Html Css Color HEX #5B7928 Dark Olive Green

📋 copy color: '#5B7928'

red 91 ◦ green 121 ◦ blue 40

#5B7928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #5B7928

Tints of Dark Olive Green #5B7928

RGB

 RED value IS 91 (35.94% from 255) = 36.11%

 GREEN value IS 121 (47.66% from 255) = 48.02%

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 36.11%
G = 48.02%
B = 15.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#5B7928 (or 0x5B7928) is known color: Dark Olive Green. HEX triplet: 5B, 79 and 28. RGB value is (91,121,40). Sum of RGB (Red+Green+Blue) = 91+121+40=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7928 is #A486D7. Grayscale: #676767. Windows color (decimal): -10782424 or 2652507. OLE color: 2652507.

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

Color convert

RGB 91 121 40 -
CMYK 0.25 0 0.67 0.53
HSL 82.22º 0.5% 0.32% -
HSV(B) 82.22º 0.67% 0.47% -
XYZ 11.53 16.05 4.5 -
YUV 102.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 91 121 40 0.25 0 0.67 0.53 82.22 0.5 0.32
Hex 5B 79 28 19 0 43 35 52 32 20
Octal 133 171 50 31 0 103 65 122 62 40
Binary 1011011 1111001 101000 11001 0 1000011 110101 1010010 110010 100000

Color Harmonies of #5B7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7928

Black with #5B7928

Text Example


Text Example

White with #5B7928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,121,40); }

 H1.HeaderClassName
 {
   color: #5B7928;
 }
 .AnyTagClassName
 {
   color: #5B7928;
 }
</style>

background-color css

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

 a { background-color: rgb(91,121,40); }

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

border-color css

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

 span { border-color: rgb(91,121,40); }

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