Html Css Color HEX #5B792C Dark Olive Green

📋 copy color: '#5B792C'

red 91 ◦ green 121 ◦ blue 44

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

Shades of Dark Olive Green #5B792C

Tints of Dark Olive Green #5B792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 35.55%
G = 47.27%
B = 17.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#5B792C (or 0x5B792C) is known color: Dark Olive Green. HEX triplet: 5B, 79 and 2C. RGB value is (91,121,44). Sum of RGB (Red+Green+Blue) = 91+121+44=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #5B792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B792C is #A486D3. Grayscale: #676767. Windows color (decimal): -10782420 or 2914651. OLE color: 2914651.

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

Color convert

RGB 91 121 44 -
CMYK 0.25 0 0.64 0.53
HSL 83.38º 0.47% 0.32% -
HSV(B) 83.38º 0.64% 0.47% -
XYZ 11.61 16.08 4.88 -
YUV 103.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 91 121 44 0.25 0 0.64 0.53 83.38 0.47 0.32
Hex 5B 79 2C 19 0 40 35 53 2F 20
Octal 133 171 54 31 0 100 65 123 57 40
Binary 1011011 1111001 101100 11001 0 1000000 110101 1010011 101111 100000

Color Harmonies of #5B792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B792C

Black with #5B792C

Text Example


Text Example

White with #5B792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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