Html Css Color HEX #69946E Laurel

📋 copy color: '#69946E'

red 105 ◦ green 148 ◦ blue 110

#69946E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #69946E

Tints of Laurel #69946E

RGB

 RED value IS 105 (41.41% from 255) = 28.93%

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 28.93%
G = 40.77%
B = 30.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69946E (or 0x69946E) is known color: Laurel. HEX triplet: 69, 94 and 6E. RGB value is (105,148,110). Sum of RGB (Red+Green+Blue) = 105+148+110=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #69946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946E is #966B91. Grayscale: #828282. Windows color (decimal): -9857938 or 7246953. OLE color: 7246953.

HSL color Cylindrical-coordinate representation of color #69946E: hue angle of 126.98º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69946E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 110 -
CMYK 0.29 0 0.26 0.42
HSL 126.98º 0.17% 0.5% -
HSV(B) 126.98º 0.29% 0.58% -
XYZ 19.23 25.31 18.62 -
YUV 130.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 105 148 110 0.29 0 0.26 0.42 126.98 0.17 0.5
Hex 69 94 6E 1D 0 1A 2A 7F 11 32
Octal 151 224 156 35 0 32 52 177 21 62
Binary 1101001 10010100 1101110 11101 0 11010 101010 1111111 10001 110010

Color Harmonies of #69946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69946E

Black with #69946E

Text Example


Text Example

White with #69946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69946E; }

 p { color: rgb(105,148,110); }

 H1.HeaderClassName
 {
   color: #69946E;
 }
 .AnyTagClassName
 {
   color: #69946E;
 }
</style>

background-color css

<style>
 a { background-color: #69946E; }

 a { background-color: rgb(105,148,110); }

 div.DivClassName
 {
   background-color: #69946E;
 }
 .BgClassName
 {
   background-color: #69946E;
 }
</style>

border-color css

<style>
 span { border-color: #69946E; }

 span { border-color: rgb(105,148,110); }

 td.TdClassName
 {
   border-color: #69946E;
 }
 .TagClassName
 {
   border-color: #69946E;
 }
</style>