Html Css Color HEX #5B772F Dark Olive Green

📋 copy color: '#5B772F'

red 91 ◦ green 119 ◦ blue 47

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

Shades of Dark Olive Green #5B772F

Tints of Dark Olive Green #5B772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 35.41%
G = 46.3%
B = 18.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#5B772F (or 0x5B772F) is known color: Dark Olive Green. HEX triplet: 5B, 77 and 2F. RGB value is (91,119,47). Sum of RGB (Red+Green+Blue) = 91+119+47=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #5B772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B772F is #A488D0. Grayscale: #666666. Windows color (decimal): -10782929 or 3110747. OLE color: 3110747.

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

Color convert

RGB 91 119 47 -
CMYK 0.24 0 0.61 0.53
HSL 83.33º 0.43% 0.33% -
HSV(B) 83.33º 0.61% 0.47% -
XYZ 11.42 15.62 5.1 -
YUV 102.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 91 119 47 0.24 0 0.61 0.53 83.33 0.43 0.33
Hex 5B 77 2F 18 0 3D 35 53 2B 21
Octal 133 167 57 30 0 75 65 123 53 41
Binary 1011011 1110111 101111 11000 0 111101 110101 1010011 101011 100001

Color Harmonies of #5B772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B772F

Black with #5B772F

Text Example


Text Example

White with #5B772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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