#5F672F

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

Shades of Rain Forest #5F672F

Tints of Rain Forest #5F672F

Color information

#5F672F (or 0x5F672F) is unknown color: approx Rain Forest. HEX triplet: 5F, 67 and 2F. RGB value is (95,103,47). Sum of RGB (Red+Green+Blue) = 95+103+47=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #5F672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F672F is #A098D0. Grayscale: #5E5E5E. Windows color (decimal): -10524881 or 3106655. OLE color: 3106655.

HSL color Cylindrical-coordinate representation of color #5F672F: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F672F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB9510347-
CMYK0.0800.540.60
HSL68.57º37.33%29.41%-
HSV(B)68.57º54.37%40.39%-
XYZ10.0812.344.54-
YUV94.22101.35128.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=38.78%
G=42.04%
B=19.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103470.0800.540.6068.5737.3329.41
Hex5F672F80363C45251d
Octal1371475710066741054535
Binary1011111110011110111110000110110111100100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F672F; }

 p { color: rgb(95,103,47); }

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

<style>
 a { background-color: #5F672F; }

 a { background-color: rgb(95,103,47); }

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

<style>
 span { border-color: #5F672F; }

 span { border-color: rgb(95,103,47); }

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