#6F771E

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

Shades of Rain Forest #6F771E

Tints of Rain Forest #6F771E

Color information

#6F771E (or 0x6F771E) is unknown color: approx Rain Forest. HEX triplet: 6F, 77 and 1E. RGB value is (111,119,30). Sum of RGB (Red+Green+Blue) = 111+119+30=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #6F771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F771E is #9088E1. Grayscale: #6A6A6A. Windows color (decimal): -9472226 or 1996655. OLE color: 1996655.

HSL color Cylindrical-coordinate representation of color #6F771E: hue angle of 65.39º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F771E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB11111930-
CMYK0.0700.750.53
HSL65.39º59.73%29.22%-
HSV(B)65.39º74.79%46.67%-
XYZ13.3916.673.74-
YUV106.4684.85131.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=42.69%
G=45.77%
B=11.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111119300.0700.750.5365.3959.7329.22
Hex6F771E704B35413c1d
Octal1571673670113651017435
Binary110111111101111111011101001011110101100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,30); }

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

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

 a { background-color: rgb(111,119,30); }

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

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

 span { border-color: rgb(111,119,30); }

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