#6F7B20

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

Shades of Rain Forest #6F7B20

Tints of Rain Forest #6F7B20

Color information

#6F7B20 (or 0x6F7B20) is unknown color: approx Rain Forest. HEX triplet: 6F, 7B and 20. RGB value is (111,123,32). Sum of RGB (Red+Green+Blue) = 111+123+32=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7B20 is #9084DF. Grayscale: #6D6D6D. Windows color (decimal): -9471200 or 2128751. OLE color: 2128751.

HSL color Cylindrical-coordinate representation of color #6F7B20: hue angle of 67.91º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F7B20 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB11112332-
CMYK0.1000.740.52
HSL67.91º58.71%30.39%-
HSV(B)67.91º73.98%48.24%-
XYZ13.917.654.04-
YUV109.0484.52129.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=41.73%
G=46.24%
B=12.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111123320.1000.740.5267.9158.7130.39
Hex6F7B20A04A34443b1e
Octal15717340120112641047336
Binary11011111111011100000101001001010110100100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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