#5F6845

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

Shades of Woodland #5F6845

Tints of Woodland #5F6845

Color information

#5F6845 (or 0x5F6845) is unknown color: approx Woodland. HEX triplet: 5F, 68 and 45. RGB value is (95,104,69). Sum of RGB (Red+Green+Blue) = 95+104+69=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6845 is #A097BA. Grayscale: #616161. Windows color (decimal): -10524603 or 4548703. OLE color: 4548703.

HSL color Cylindrical-coordinate representation of color #5F6845: hue angle of 75.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F6845 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB9510469-
CMYK0.0900.340.59
HSL75.43º20.23%33.92%-
HSV(B)75.43º33.65%40.78%-
XYZ10.7412.767.53-
YUV97.32112.02126.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=35.45%
G=38.81%
B=25.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104690.0900.340.5975.4320.2333.92
Hex5F684590223B4b1422
Octal13715010511042731132442
Binary10111111101000100010110010100010111011100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,104,69); }

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

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

 a { background-color: rgb(95,104,69); }

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

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

 span { border-color: rgb(95,104,69); }

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