#5B702A

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

Shades of Dark Olive Green #5B702A

Tints of Dark Olive Green #5B702A

Color information

#5B702A (or 0x5B702A) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 70 and 2A. RGB value is (91,112,42). Sum of RGB (Red+Green+Blue) = 91+112+42=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #5B702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B702A is #A48FD5. Grayscale: #626262. Windows color (decimal): -10784726 or 2781275. OLE color: 2781275.

HSL color Cylindrical-coordinate representation of color #5B702A: hue angle of 78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B702A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB9111242-
CMYK0.1900.620.56
HSL78º45.45%30.2%-
HSV(B)78º62.5%43.92%-
XYZ10.5313.984.33-
YUV97.7496.54123.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=37.14%
G=45.71%
B=17.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112420.1900.620.567845.4530.2
Hex5B702A1303E384e2d1e
Octal1331605223076701165536
Binary10110111110000101010100110111110111000100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,42); }

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

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

 a { background-color: rgb(91,112,42); }

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

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

 span { border-color: rgb(91,112,42); }

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