#5E752B

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

Shades of Dark Olive Green #5E752B

Tints of Dark Olive Green #5E752B

Color information

#5E752B (or 0x5E752B) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 75 and 2B. RGB value is (94,117,43). Sum of RGB (Red+Green+Blue) = 94+117+43=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #5E752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E752B is #A18AD4. Grayscale: #656565. Windows color (decimal): -10586837 or 2848094. OLE color: 2848094.

HSL color Cylindrical-coordinate representation of color #5E752B: hue angle of 78.65º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E752B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB9411743-
CMYK0.2000.630.54
HSL78.65º46.25%31.37%-
HSV(B)78.65º63.25%45.88%-
XYZ11.4115.284.63-
YUV101.6994.88122.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.01%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=37.01%
G=46.06%
B=16.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117430.2000.630.5478.6546.2531.37
Hex5E752B1403F364f2e1f
Octal1361655324077661175637
Binary10111101110101101011101000111111110110100111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,43); }

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

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

 a { background-color: rgb(94,117,43); }

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

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

 span { border-color: rgb(94,117,43); }

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