Html Css Color HEX #66866F Laurel

📋 copy color: '#66866F'

red 102 ◦ green 134 ◦ blue 111

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

Shades of Laurel #66866F

Tints of Laurel #66866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

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

R = 29.39%
G = 38.62%
B = 31.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#66866F (or 0x66866F) is known color: Laurel. HEX triplet: 66, 86 and 6F. RGB value is (102,134,111). Sum of RGB (Red+Green+Blue) = 102+134+111=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #66866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866F is #997990. Grayscale: #797979. Windows color (decimal): -10058129 or 7308902. OLE color: 7308902.

HSL color Cylindrical-coordinate representation of color #66866F: hue angle of 136.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66866F is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 111 -
CMYK 0.24 0 0.17 0.47
HSL 136.88º 0.14% 0.46% -
HSV(B) 136.88º 0.24% 0.53% -
XYZ 16.87 21.02 18.21 -
YUV 121.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 102 134 111 0.24 0 0.17 0.47 136.88 0.14 0.46
Hex 66 86 6F 18 0 11 2F 89 E 2E
Octal 146 206 157 30 0 21 57 211 16 56
Binary 1100110 10000110 1101111 11000 0 10001 101111 10001001 1110 101110

Color Harmonies of #66866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66866F

Black with #66866F

Text Example


Text Example

White with #66866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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