#66806A

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

Shades of Laurel #66806A

Tints of Laurel #66806A

Color information

#66806A (or 0x66806A) is unknown color: approx Laurel. HEX triplet: 66, 80 and 6A. RGB value is (102,128,106). Sum of RGB (Red+Green+Blue) = 102+128+106=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #66806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66806A is #997F95. Grayscale: #757575. Windows color (decimal): -10059670 or 6979686. OLE color: 6979686.

HSL color Cylindrical-coordinate representation of color #66806A: hue angle of 129.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66806A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB102128106-
CMYK0.2000.170.50
HSL129.23º11.3%45.1%-
HSV(B)129.23º20.31%50.2%-
XYZ15.819.316.53-
YUV117.72121.39116.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=30.36%
G=38.10%
B=31.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021281060.2000.170.50129.2311.345.1
Hex66806A140113281b2d
Octal14620015224021622011355
Binary110011010000000110101010100010001110010100000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66806A; }

 p { color: rgb(102,128,106); }

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

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

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

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

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

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

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