#5F693B

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

Shades of Woodland #5F693B

Tints of Woodland #5F693B

Color information

#5F693B (or 0x5F693B) is unknown color: approx Woodland. HEX triplet: 5F, 69 and 3B. RGB value is (95,105,59). Sum of RGB (Red+Green+Blue) = 95+105+59=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #5F693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F693B is #A096C4. Grayscale: #606060. Windows color (decimal): -10524357 or 3893599. OLE color: 3893599.

HSL color Cylindrical-coordinate representation of color #5F693B: hue angle of 73.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F693B is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB9510559-
CMYK0.1000.440.59
HSL73.04º28.05%32.16%-
HSV(B)73.04º43.81%41.18%-
XYZ10.5612.856.06-
YUV96.77106.69126.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=36.68%
G=40.54%
B=22.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105590.1000.440.5973.0428.0532.16
Hex5F693BA02C3B491c20
Octal1371517312054731113440
Binary1011111110100111101110100101100111011100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,59); }

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

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

 a { background-color: rgb(95,105,59); }

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

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

 span { border-color: rgb(95,105,59); }

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