#6F802A

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

Shades of Rain Forest #6F802A

Tints of Rain Forest #6F802A

Color information

#6F802A (or 0x6F802A) is unknown color: approx Rain Forest. HEX triplet: 6F, 80 and 2A. RGB value is (111,128,42). Sum of RGB (Red+Green+Blue) = 111+128+42=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #6F802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F802A is #907FD5. Grayscale: #717171. Windows color (decimal): -9469910 or 2785391. OLE color: 2785391.

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

Color convert

RGB11112842-
CMYK0.1300.670.50
HSL71.86º50.59%33.33%-
HSV(B)71.86º67.19%50.2%-
XYZ14.6918.995.08-
YUV113.1187.87126.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=39.50%
G=45.55%
B=14.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111128420.1300.670.5071.8650.5933.33
Hex6F802AD04332483321
Octal15720052150103621106341
Binary1101111100000001010101101010000111100101001000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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