#5B782A

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

Shades of Dark Olive Green #5B782A

Tints of Dark Olive Green #5B782A

Color information

#5B782A (or 0x5B782A) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 78 and 2A. RGB value is (91,120,42). Sum of RGB (Red+Green+Blue) = 91+120+42=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #5B782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B782A is #A487D5. Grayscale: #666666. Windows color (decimal): -10782678 or 2783323. OLE color: 2783323.

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

Color convert

RGB9112042-
CMYK0.2400.650.53
HSL82.31º48.15%31.76%-
HSV(B)82.31º65%47.06%-
XYZ11.4515.824.64-
YUV102.4493.89119.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=35.97%
G=47.43%
B=16.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120420.2400.650.5382.3148.1531.76
Hex5B782A1804135523020
Octal13317052300101651226040
Binary1011011111100010101011000010000011101011010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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