#66916E

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

Shades of Laurel #66916E

Tints of Laurel #66916E

Color information

#66916E (or 0x66916E) is unknown color: approx Laurel. HEX triplet: 66, 91 and 6E. RGB value is (102,145,110). Sum of RGB (Red+Green+Blue) = 102+145+110=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #66916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66916E is #996E91. Grayscale: #808080. Windows color (decimal): -10055314 or 7246182. OLE color: 7246182.

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

Color convert

RGB102145110-
CMYK0.3000.240.43
HSL131.16º17.41%48.43%-
HSV(B)131.16º29.66%56.86%-
XYZ18.4224.218.45-
YUV128.15117.75109.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=28.57%
G=40.62%
B=30.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451100.3000.240.43131.1617.4148.43
Hex66916E1E0182B831130
Octal14622115636030532032160
Binary1100110100100011101110111100110001010111000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66916E; }

 p { color: rgb(102,145,110); }

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

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

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

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

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

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

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