#667245

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

Shades of Woodland #667245

Tints of Woodland #667245

Color information

#667245 (or 0x667245) is unknown color: approx Woodland. HEX triplet: 66, 72 and 45. RGB value is (102,114,69). Sum of RGB (Red+Green+Blue) = 102+114+69=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #667245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667245 is #998DBA. Grayscale: #696969. Windows color (decimal): -10063291 or 4551270. OLE color: 4551270.

HSL color Cylindrical-coordinate representation of color #667245: hue angle of 76º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667245 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB10211469-
CMYK0.1100.390.55
HSL76º24.59%35.88%-
HSV(B)76º39.47%44.71%-
XYZ12.5715.297.92-
YUV105.28107.52125.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=35.79%
G=40%
B=24.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114690.1100.390.557624.5935.88
Hex667245B027374c1924
Octal14616210513047671143144
Binary11001101110010100010110110100111110111100110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667245; }

 p { color: rgb(102,114,69); }

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

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

 a { background-color: rgb(102,114,69); }

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

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

 span { border-color: rgb(102,114,69); }

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