Html Css Color HEX #5B7725 Dark Olive Green

📋 copy color: '#5B7725'

red 91 ◦ green 119 ◦ blue 37

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

Shades of Dark Olive Green #5B7725

Tints of Dark Olive Green #5B7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.18%

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

R = 36.84%
G = 48.18%
B = 14.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#5B7725 (or 0x5B7725) is known color: Dark Olive Green. HEX triplet: 5B, 77 and 25. RGB value is (91,119,37). Sum of RGB (Red+Green+Blue) = 91+119+37=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7725 is #A488DA. Grayscale: #656565. Windows color (decimal): -10782939 or 2455387. OLE color: 2455387.

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

Color convert

RGB 91 119 37 -
CMYK 0.24 0 0.69 0.53
HSL 80.49º 0.53% 0.31% -
HSV(B) 80.49º 0.69% 0.47% -
XYZ 11.25 15.55 4.16 -
YUV 101.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 91 119 37 0.24 0 0.69 0.53 80.49 0.53 0.31
Hex 5B 77 25 18 0 45 35 50 35 1F
Octal 133 167 45 30 0 105 65 120 65 37
Binary 1011011 1110111 100101 11000 0 1000101 110101 1010000 110101 11111

Color Harmonies of #5B7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7725

Black with #5B7725

Text Example


Text Example

White with #5B7725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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