#5F6C38

Color #5F6C38 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5F6C38

Tints of Dark Olive Green #5F6C38

Color information

#5F6C38 (or 0x5F6C38) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 6C and 38. RGB value is (95,108,56). Sum of RGB (Red+Green+Blue) = 95+108+56=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6C38 is #A093C7. Grayscale: #626262. Windows color (decimal): -10523592 or 3697759. OLE color: 3697759.

HSL color Cylindrical-coordinate representation of color #5F6C38: hue angle of 75º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F6C38 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB9510856-
CMYK0.1200.480.58
HSL75º31.71%32.16%-
HSV(B)75º48.15%42.35%-
XYZ10.813.445.77-
YUV98.18104.19125.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=36.68%
G=41.70%
B=21.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95108560.1200.480.587531.7132.16
Hex5F6C38C0303A4b2020
Octal1371547014060721134040
Binary10111111101100111000110001100001110101001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,108,56); }

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

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

 a { background-color: rgb(95,108,56); }

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

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

 span { border-color: rgb(95,108,56); }

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