#66906E

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

Shades of Laurel #66906E

Tints of Laurel #66906E

Color information

#66906E (or 0x66906E) is unknown color: approx Laurel. HEX triplet: 66, 90 and 6E. RGB value is (102,144,110). Sum of RGB (Red+Green+Blue) = 102+144+110=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #66906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66906E is #996F91. Grayscale: #7F7F7F. Windows color (decimal): -10055570 or 7245926. OLE color: 7245926.

HSL color Cylindrical-coordinate representation of color #66906E: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66906E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB102144110-
CMYK0.2900.240.44
HSL131.43º17.07%48.24%-
HSV(B)131.43º29.17%56.47%-
XYZ18.2723.918.4-
YUV127.57118.09109.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=28.65%
G=40.45%
B=30.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441100.2900.240.44131.4317.0748.24
Hex66906E1D0182C831130
Octal14622015635030542032160
Binary1100110100100001101110111010110001011001000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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