#6F7D34

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

Shades of Rain Forest #6F7D34

Tints of Rain Forest #6F7D34

Color information

#6F7D34 (or 0x6F7D34) is unknown color: approx Rain Forest. HEX triplet: 6F, 7D and 34. RGB value is (111,125,52). Sum of RGB (Red+Green+Blue) = 111+125+52=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7D34 is #9082CB. Grayscale: #707070. Windows color (decimal): -9470668 or 3439983. OLE color: 3439983.

HSL color Cylindrical-coordinate representation of color #6F7D34: hue angle of 71.51º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F7D34 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB11112552-
CMYK0.1100.580.51
HSL71.51º41.24%34.71%-
HSV(B)71.51º58.4%49.02%-
XYZ14.5118.296.02-
YUV112.4993.86126.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=38.54%
G=43.40%
B=18.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111125520.1100.580.5171.5141.2434.71
Hex6F7D34B03A33482923
Octal1571756413072631105143
Binary11011111111101110100101101110101100111001000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,125,52); }

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

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

 a { background-color: rgb(111,125,52); }

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

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

 span { border-color: rgb(111,125,52); }

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