Html Css Color HEX #66966E Laurel

📋 copy color: '#66966E'

red 102 ◦ green 150 ◦ blue 110

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

Shades of Laurel #66966E

Tints of Laurel #66966E

RGB

 RED value IS 102 (40.23% from 255) = 28.18%

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 28.18%
G = 41.44%
B = 30.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#66966E (or 0x66966E) is known color: Laurel. HEX triplet: 66, 96 and 6E. RGB value is (102,150,110). Sum of RGB (Red+Green+Blue) = 102+150+110=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #66966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66966E is #996991. Grayscale: #838383. Windows color (decimal): -10054034 or 7247462. OLE color: 7247462.

HSL color Cylindrical-coordinate representation of color #66966E: hue angle of 130º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66966E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 110 -
CMYK 0.32 0 0.27 0.41
HSL 130º 0.19% 0.49% -
HSV(B) 130º 0.32% 0.59% -
XYZ 19.2 25.76 18.71 -
YUV 131.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 102 150 110 0.32 0 0.27 0.41 130 0.19 0.49
Hex 66 96 6E 20 0 1B 29 82 13 31
Octal 146 226 156 40 0 33 51 202 23 61
Binary 1100110 10010110 1101110 100000 0 11011 101001 10000010 10011 110001

Color Harmonies of #66966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66966E

Black with #66966E

Text Example


Text Example

White with #66966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,150,110); }

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

background-color css

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

 a { background-color: rgb(102,150,110); }

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

border-color css

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

 span { border-color: rgb(102,150,110); }

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