#5F6A3C

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

Shades of Woodland #5F6A3C

Tints of Woodland #5F6A3C

Color information

#5F6A3C (or 0x5F6A3C) is unknown color: approx Woodland. HEX triplet: 5F, 6A and 3C. RGB value is (95,106,60). Sum of RGB (Red+Green+Blue) = 95+106+60=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A3C is #A095C3. Grayscale: #616161. Windows color (decimal): -10524100 or 3959391. OLE color: 3959391.

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

Color convert

RGB9510660-
CMYK0.1000.430.58
HSL74.35º27.71%32.55%-
HSV(B)74.35º43.4%41.57%-
XYZ10.6913.076.23-
YUV97.47106.86126.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=36.40%
G=40.61%
B=22.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95106600.1000.430.5874.3527.7132.55
Hex5F6A3CA02B3A4a1c21
Octal1371527412053721123441
Binary1011111110101011110010100101011111010100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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