#66896C

Color #66896C Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #66896C

Tints of Laurel #66896C

Color information

#66896C (or 0x66896C) is unknown color: approx Laurel. HEX triplet: 66, 89 and 6C. RGB value is (102,137,108). Sum of RGB (Red+Green+Blue) = 102+137+108=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #66896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66896C is #997693. Grayscale: #7B7B7B. Windows color (decimal): -10057364 or 7113062. OLE color: 7113062.

HSL color Cylindrical-coordinate representation of color #66896C: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66896C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB102137108-
CMYK0.2600.210.46
HSL130.29º14.64%46.86%-
HSV(B)130.29º25.55%53.73%-
XYZ17.1321.817.49-
YUV123.23119.4112.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=29.39%
G=39.48%
B=31.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371080.2600.210.46130.2914.6446.86
Hex66896C1A0152E82f2f
Octal14621115432025562021757
Binary110011010001001110110011010010101101110100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66896C;
 }
 .AnyTagClassName
 {
   color: #66896C;
 }
</style>
background-color css

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

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

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

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

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

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