Html Css Color HEX #66976E Laurel

📋 copy color: '#66976E'

red 102 ◦ green 151 ◦ blue 110

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

Shades of Laurel #66976E

Tints of Laurel #66976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

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

R = 28.1%
G = 41.6%
B = 30.3%

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

#66976E (or 0x66976E) is known color: Laurel. HEX triplet: 66, 97 and 6E. RGB value is (102,151,110). Sum of RGB (Red+Green+Blue) = 102+151+110=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #66976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66976E is #996891. Grayscale: #838383. Windows color (decimal): -10053778 or 7247718. OLE color: 7247718.

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

Color convert

RGB 102 151 110 -
CMYK 0.32 0 0.27 0.41
HSL 129.8º 0.19% 0.5% -
HSV(B) 129.8º 0.32% 0.59% -
XYZ 19.36 26.08 18.77 -
YUV 131.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 102 151 110 0.32 0 0.27 0.41 129.8 0.19 0.5
Hex 66 97 6E 20 0 1B 29 82 13 32
Octal 146 227 156 40 0 33 51 202 23 62
Binary 1100110 10010111 1101110 100000 0 11011 101001 10000010 10011 110010

Color Harmonies of #66976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66976E

Black with #66976E

Text Example


Text Example

White with #66976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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