#667028

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

Shades of Rain Forest #667028

Tints of Rain Forest #667028

Color information

#667028 (or 0x667028) is unknown color: approx Rain Forest. HEX triplet: 66, 70 and 28. RGB value is (102,112,40). Sum of RGB (Red+Green+Blue) = 102+112+40=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #667028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667028 is #998FD7. Grayscale: #656565. Windows color (decimal): -10063832 or 2650214. OLE color: 2650214.

HSL color Cylindrical-coordinate representation of color #667028: hue angle of 68.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #667028 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB10211240-
CMYK0.0900.640.56
HSL68.33º47.37%29.8%-
HSV(B)68.33º64.29%43.92%-
XYZ11.6614.574.2-
YUV100.893.69128.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=40.16%
G=44.09%
B=15.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112400.0900.640.5668.3347.3729.8
Hex667028904038442f1e
Octal14616050110100701045736
Binary11001101110000101000100101000000111000100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667028; }

 p { color: rgb(102,112,40); }

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

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

 a { background-color: rgb(102,112,40); }

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

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

 span { border-color: rgb(102,112,40); }

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