#5B782B

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

Shades of Dark Olive Green #5B782B

Tints of Dark Olive Green #5B782B

Color information

#5B782B (or 0x5B782B) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 78 and 2B. RGB value is (91,120,43). Sum of RGB (Red+Green+Blue) = 91+120+43=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #5B782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B782B is #A487D4. Grayscale: #666666. Windows color (decimal): -10782677 or 2848859. OLE color: 2848859.

HSL color Cylindrical-coordinate representation of color #5B782B: hue angle of 82.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B782B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB9112043-
CMYK0.2400.640.53
HSL82.6º47.24%31.96%-
HSV(B)82.6º64.17%47.06%-
XYZ11.4715.834.74-
YUV102.5594.39119.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=35.83%
G=47.24%
B=16.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120430.2400.640.5382.647.2431.96
Hex5B782B1804035532f20
Octal13317053300100651235740
Binary1011011111100010101111000010000001101011010011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,43); }

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

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

 a { background-color: rgb(91,120,43); }

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

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

 span { border-color: rgb(91,120,43); }

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