#6F7620

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

Shades of Rain Forest #6F7620

Tints of Rain Forest #6F7620

Color information

#6F7620 (or 0x6F7620) is unknown color: approx Rain Forest. HEX triplet: 6F, 76 and 20. RGB value is (111,118,32). Sum of RGB (Red+Green+Blue) = 111+118+32=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7620 is #9089DF. Grayscale: #6A6A6A. Windows color (decimal): -9472480 or 2127471. OLE color: 2127471.

HSL color Cylindrical-coordinate representation of color #6F7620: hue angle of 64.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F7620 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11111832-
CMYK0.0600.730.54
HSL64.88º57.33%29.41%-
HSV(B)64.88º72.88%46.27%-
XYZ13.2916.443.84-
YUV106.186.18131.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=42.53%
G=45.21%
B=12.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118320.0600.730.5464.8857.3329.41
Hex6F762060493641391d
Octal1571664060111661017135
Binary1101111111011010000011001001001110110100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7620; }

 p { color: rgb(111,118,32); }

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

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

 a { background-color: rgb(111,118,32); }

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

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

 span { border-color: rgb(111,118,32); }

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