#666942

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

Shades of Woodland #666942

Tints of Woodland #666942

Color information

#666942 (or 0x666942) is unknown color: approx Woodland. HEX triplet: 66, 69 and 42. RGB value is (102,105,66). Sum of RGB (Red+Green+Blue) = 102+105+66=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #666942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666942 is #9996BD. Grayscale: #636363. Windows color (decimal): -10065598 or 4352358. OLE color: 4352358.

HSL color Cylindrical-coordinate representation of color #666942: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666942 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB10210566-
CMYK0.0300.370.59
HSL64.62º22.81%33.53%-
HSV(B)64.62º37.14%41.18%-
XYZ11.5113.327.12-
YUV99.66109.01129.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=37.36%
G=38.46%
B=24.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105660.0300.370.5964.6222.8133.53
Hex66694230253B411722
Octal1461511023045731012742
Binary110011011010011000010110100101111011100000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666942; }

 p { color: rgb(102,105,66); }

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

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

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

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

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

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

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