#5F7B2A

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

Shades of Dark Olive Green #5F7B2A

Tints of Dark Olive Green #5F7B2A

Color information

#5F7B2A (or 0x5F7B2A) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 7B and 2A. RGB value is (95,123,42). Sum of RGB (Red+Green+Blue) = 95+123+42=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B2A is #A084D5. Grayscale: #696969. Windows color (decimal): -10519766 or 2784095. OLE color: 2784095.

HSL color Cylindrical-coordinate representation of color #5F7B2A: hue angle of 80.74º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F7B2A is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB9512342-
CMYK0.2300.660.52
HSL80.74º49.09%32.35%-
HSV(B)80.74º65.85%48.24%-
XYZ12.2216.774.78-
YUV105.3992.22120.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=36.54%
G=47.31%
B=16.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95123420.2300.660.5280.7449.0932.35
Hex5F7B2A1704234513120
Octal13717352270102641216140
Binary1011111111101110101010111010000101101001010001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,123,42); }

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

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

 a { background-color: rgb(95,123,42); }

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

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

 span { border-color: rgb(95,123,42); }

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