#667248

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

Shades of Woodland #667248

Tints of Woodland #667248

Color information

#667248 (or 0x667248) is unknown color: approx Woodland. HEX triplet: 66, 72 and 48. RGB value is (102,114,72). Sum of RGB (Red+Green+Blue) = 102+114+72=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #667248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667248 is #998DB7. Grayscale: #696969. Windows color (decimal): -10063288 or 4747878. OLE color: 4747878.

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

Color convert

RGB10211472-
CMYK0.1100.370.55
HSL77.14º22.58%36.47%-
HSV(B)77.14º36.84%44.71%-
XYZ12.6715.338.42-
YUV105.62109.02125.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 72 (28.52% from 255) = 25%
R=35.42%
G=39.58%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114720.1100.370.5577.1422.5836.47
Hex667248B025374d1724
Octal14616211013045671152744
Binary11001101110010100100010110100101110111100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667248; }

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

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

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

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

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

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

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

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