#6F802C

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

Shades of Rain Forest #6F802C

Tints of Rain Forest #6F802C

Color information

#6F802C (or 0x6F802C) is unknown color: approx Rain Forest. HEX triplet: 6F, 80 and 2C. RGB value is (111,128,44). Sum of RGB (Red+Green+Blue) = 111+128+44=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #6F802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F802C is #907FD3. Grayscale: #717171. Windows color (decimal): -9469908 or 2916463. OLE color: 2916463.

HSL color Cylindrical-coordinate representation of color #6F802C: hue angle of 72.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F802C is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB11112844-
CMYK0.1300.660.50
HSL72.14º48.84%33.73%-
HSV(B)72.14º65.62%50.2%-
XYZ14.73195.27-
YUV113.3488.87126.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=39.22%
G=45.23%
B=15.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111128440.1300.660.5072.1448.8433.73
Hex6F802CD04232483122
Octal15720054150102621106142
Binary1101111100000001011001101010000101100101001000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,128,44); }

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

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

 a { background-color: rgb(111,128,44); }

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

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

 span { border-color: rgb(111,128,44); }

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