Html Css Color HEX #668766 Laurel

📋 copy color: '#668766'

red 102 ◦ green 135 ◦ blue 102

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

Shades of Laurel #668766

Tints of Laurel #668766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 30.09%
G = 39.82%
B = 30.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#668766 (or 0x668766) is known color: Laurel. HEX triplet: 66, 87 and 66. RGB value is (102,135,102). Sum of RGB (Red+Green+Blue) = 102+135+102=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #668766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668766 is #997899. Grayscale: #797979. Windows color (decimal): -10057882 or 6719334. OLE color: 6719334.

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

Color convert

RGB 102 135 102 -
CMYK 0.24 0 0.24 0.47
HSL 120º 0.14% 0.46% -
HSV(B) 120º 0.24% 0.53% -
XYZ 16.54 21.11 15.77 -
YUV 121.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 102 135 102 0.24 0 0.24 0.47 120 0.14 0.46
Hex 66 87 66 18 0 18 2F 78 E 2E
Octal 146 207 146 30 0 30 57 170 16 56
Binary 1100110 10000111 1100110 11000 0 11000 101111 1111000 1110 101110

Color Harmonies of #668766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668766

Black with #668766

Text Example


Text Example

White with #668766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668766; }

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

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

background-color css

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

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

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

border-color css

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

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

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