#5B702D

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

Shades of Dark Olive Green #5B702D

Tints of Dark Olive Green #5B702D

Color information

#5B702D (or 0x5B702D) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 70 and 2D. RGB value is (91,112,45). Sum of RGB (Red+Green+Blue) = 91+112+45=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #5B702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B702D is #A48FD2. Grayscale: #626262. Windows color (decimal): -10784723 or 2977883. OLE color: 2977883.

HSL color Cylindrical-coordinate representation of color #5B702D: hue angle of 78.81º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B702D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB9111245-
CMYK0.1900.600.56
HSL78.81º42.68%30.78%-
HSV(B)78.81º59.82%43.92%-
XYZ10.58144.63-
YUV98.0898.04122.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=36.69%
G=45.16%
B=18.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112450.1900.600.5678.8142.6830.78
Hex5B702D1303C384f2b1f
Octal1331605523074701175337
Binary10110111110000101101100110111100111000100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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