Html Css Color HEX #66876C Laurel

📋 copy color: '#66876C'

red 102 ◦ green 135 ◦ blue 108

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

Shades of Laurel #66876C

Tints of Laurel #66876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 29.57%
G = 39.13%
B = 31.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#66876C (or 0x66876C) is known color: Laurel. HEX triplet: 66, 87 and 6C. RGB value is (102,135,108). Sum of RGB (Red+Green+Blue) = 102+135+108=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #66876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876C is #997893. Grayscale: #7A7A7A. Windows color (decimal): -10057876 or 7112550. OLE color: 7112550.

HSL color Cylindrical-coordinate representation of color #66876C: hue angle of 130.91º 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 #66876C is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 108 -
CMYK 0.24 0 0.2 0.47
HSL 130.91º 0.14% 0.46% -
HSV(B) 130.91º 0.24% 0.53% -
XYZ 16.85 21.24 17.4 -
YUV 122.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 102 135 108 0.24 0 0.2 0.47 130.91 0.14 0.46
Hex 66 87 6C 18 0 14 2F 83 E 2E
Octal 146 207 154 30 0 24 57 203 16 56
Binary 1100110 10000111 1101100 11000 0 10100 101111 10000011 1110 101110

Color Harmonies of #66876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66876C

Black with #66876C

Text Example


Text Example

White with #66876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66876C; }

 p { color: rgb(102,135,108); }

 H1.HeaderClassName
 {
   color: #66876C;
 }
 .AnyTagClassName
 {
   color: #66876C;
 }
</style>

background-color css

<style>
 a { background-color: #66876C; }

 a { background-color: rgb(102,135,108); }

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

border-color css

<style>
 span { border-color: #66876C; }

 span { border-color: rgb(102,135,108); }

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