Html Css Color HEX #5B7425 Dark Olive Green

📋 copy color: '#5B7425'

red 91 ◦ green 116 ◦ blue 37

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

Shades of Dark Olive Green #5B7425

Tints of Dark Olive Green #5B7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 37.3%
G = 47.54%
B = 15.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#5B7425 (or 0x5B7425) is known color: Dark Olive Green. HEX triplet: 5B, 74 and 25. RGB value is (91,116,37). Sum of RGB (Red+Green+Blue) = 91+116+37=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7425 is #A48BDA. Grayscale: #636363. Windows color (decimal): -10783707 or 2454619. OLE color: 2454619.

HSL color Cylindrical-coordinate representation of color #5B7425: hue angle of 78.99º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B7425 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 116 37 -
CMYK 0.22 0 0.68 0.55
HSL 78.99º 0.52% 0.3% -
HSV(B) 78.99º 0.68% 0.45% -
XYZ 10.89 14.85 4.04 -
YUV 99.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 91 116 37 0.22 0 0.68 0.55 78.99 0.52 0.3
Hex 5B 74 25 16 0 44 37 4F 34 1E
Octal 133 164 45 26 0 104 67 117 64 36
Binary 1011011 1110100 100101 10110 0 1000100 110111 1001111 110100 11110

Color Harmonies of #5B7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7425

Black with #5B7425

Text Example


Text Example

White with #5B7425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,37); }

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

background-color css

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

 a { background-color: rgb(91,116,37); }

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

border-color css

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

 span { border-color: rgb(91,116,37); }

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