Html Css Color HEX #66976A Laurel

📋 copy color: '#66976A'

red 102 ◦ green 151 ◦ blue 106

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

Shades of Laurel #66976A

Tints of Laurel #66976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 28.41%
G = 42.06%
B = 29.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#66976A (or 0x66976A) is known color: Laurel. HEX triplet: 66, 97 and 6A. RGB value is (102,151,106). Sum of RGB (Red+Green+Blue) = 102+151+106=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #66976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66976A is #996895. Grayscale: #838383. Windows color (decimal): -10053782 or 6985574. OLE color: 6985574.

HSL color Cylindrical-coordinate representation of color #66976A: hue angle of 124.9º 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 #66976A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 106 -
CMYK 0.32 0 0.30 0.41
HSL 124.9º 0.19% 0.5% -
HSV(B) 124.9º 0.32% 0.59% -
XYZ 19.15 26 17.64 -
YUV 131.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 102 151 106 0.32 0 0.30 0.41 124.9 0.19 0.5
Hex 66 97 6A 20 0 1E 29 7D 13 32
Octal 146 227 152 40 0 36 51 175 23 62
Binary 1100110 10010111 1101010 100000 0 11110 101001 1111101 10011 110010

Color Harmonies of #66976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66976A

Black with #66976A

Text Example


Text Example

White with #66976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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