#6F802E

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

Shades of Rain Forest #6F802E

Tints of Rain Forest #6F802E

Color information

#6F802E (or 0x6F802E) is unknown color: approx Rain Forest. HEX triplet: 6F, 80 and 2E. RGB value is (111,128,46). Sum of RGB (Red+Green+Blue) = 111+128+46=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #6F802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F802E is #907FD1. Grayscale: #717171. Windows color (decimal): -9469906 or 3047535. OLE color: 3047535.

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

Color convert

RGB11112846-
CMYK0.1300.640.50
HSL72.44º47.13%34.12%-
HSV(B)72.44º64.06%50.2%-
XYZ14.7719.025.48-
YUV113.5789.87126.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=38.95%
G=44.91%
B=16.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111128460.1300.640.5072.4447.1334.12
Hex6F802ED04032482f22
Octal15720056150100621105742
Binary1101111100000001011101101010000001100101001000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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