#6F7520

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

Shades of Rain Forest #6F7520

Tints of Rain Forest #6F7520

Color information

#6F7520 (or 0x6F7520) is unknown color: approx Rain Forest. HEX triplet: 6F, 75 and 20. RGB value is (111,117,32). Sum of RGB (Red+Green+Blue) = 111+117+32=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7520 is #908ADF. Grayscale: #696969. Windows color (decimal): -9472736 or 2127215. OLE color: 2127215.

HSL color Cylindrical-coordinate representation of color #6F7520: hue angle of 64.24º 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 #6F7520 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11111732-
CMYK0.0500.730.54
HSL64.24º57.05%29.22%-
HSV(B)64.24º72.65%45.88%-
XYZ13.1816.213.8-
YUV105.5286.51131.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=42.69%
G=45%
B=12.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117320.0500.730.5464.2457.0529.22
Hex6F752050493640391d
Octal1571654050111661007135
Binary1101111111010110000010101001001110110100000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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