#5F6A2F

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

Shades of Rain Forest #5F6A2F

Tints of Rain Forest #5F6A2F

Color information

#5F6A2F (or 0x5F6A2F) is unknown color: approx Rain Forest. HEX triplet: 5F, 6A and 2F. RGB value is (95,106,47). Sum of RGB (Red+Green+Blue) = 95+106+47=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A2F is #A095D0. Grayscale: #606060. Windows color (decimal): -10524113 or 3107423. OLE color: 3107423.

HSL color Cylindrical-coordinate representation of color #5F6A2F: hue angle of 71.19º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F6A2F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB9510647-
CMYK0.1000.560.58
HSL71.19º38.56%30%-
HSV(B)71.19º55.66%41.57%-
XYZ10.3912.954.64-
YUV95.98100.36127.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=38.31%
G=42.74%
B=18.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95106470.1000.560.5871.1938.5630
Hex5F6A2FA0383A47271e
Octal1371525712070721074736
Binary1011111110101010111110100111000111010100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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