Html Css Color HEX #66926F Laurel

📋 copy color: '#66926F'

red 102 ◦ green 146 ◦ blue 111

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

Shades of Laurel #66926F

Tints of Laurel #66926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 28.41%
G = 40.67%
B = 30.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#66926F (or 0x66926F) is known color: Laurel. HEX triplet: 66, 92 and 6F. RGB value is (102,146,111). Sum of RGB (Red+Green+Blue) = 102+146+111=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #66926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926F is #996D90. Grayscale: #808080. Windows color (decimal): -10055057 or 7311974. OLE color: 7311974.

HSL color Cylindrical-coordinate representation of color #66926F: hue angle of 132.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66926F is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 111 -
CMYK 0.30 0 0.24 0.43
HSL 132.27º 0.18% 0.49% -
HSV(B) 132.27º 0.3% 0.57% -
XYZ 18.63 24.53 18.79 -
YUV 128.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 102 146 111 0.30 0 0.24 0.43 132.27 0.18 0.49
Hex 66 92 6F 1E 0 18 2B 84 12 31
Octal 146 222 157 36 0 30 53 204 22 61
Binary 1100110 10010010 1101111 11110 0 11000 101011 10000100 10010 110001

Color Harmonies of #66926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66926F

Black with #66926F

Text Example


Text Example

White with #66926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66926F; }

 p { color: rgb(102,146,111); }

 H1.HeaderClassName
 {
   color: #66926F;
 }
 .AnyTagClassName
 {
   color: #66926F;
 }
</style>

background-color css

<style>
 a { background-color: #66926F; }

 a { background-color: rgb(102,146,111); }

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

border-color css

<style>
 span { border-color: #66926F; }

 span { border-color: rgb(102,146,111); }

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