Html Css Color HEX #5D792B Dark Olive Green

📋 copy color: '#5D792B'

red 93 ◦ green 121 ◦ blue 43

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

Shades of Dark Olive Green #5D792B

Tints of Dark Olive Green #5D792B

RGB

 RED value IS 93 (36.72% from 255) = 36.19%

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 36.19%
G = 47.08%
B = 16.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#5D792B (or 0x5D792B) is known color: Dark Olive Green. HEX triplet: 5D, 79 and 2B. RGB value is (93,121,43). Sum of RGB (Red+Green+Blue) = 93+121+43=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #5D792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D792B is #A286D4. Grayscale: #686868. Windows color (decimal): -10651349 or 2849117. OLE color: 2849117.

HSL color Cylindrical-coordinate representation of color #5D792B: hue angle of 81.54º degrees, saturation: 0.48, 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 #5D792B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 121 43 -
CMYK 0.23 0 0.64 0.53
HSL 81.54º 0.48% 0.32% -
HSV(B) 81.54º 0.64% 0.47% -
XYZ 11.79 16.18 4.79 -
YUV 103.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 93 121 43 0.23 0 0.64 0.53 81.54 0.48 0.32
Hex 5D 79 2B 17 0 40 35 52 30 20
Octal 135 171 53 27 0 100 65 122 60 40
Binary 1011101 1111001 101011 10111 0 1000000 110101 1010010 110000 100000

Color Harmonies of #5D792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D792B

Black with #5D792B

Text Example


Text Example

White with #5D792B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,121,43); }

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

background-color css

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

 a { background-color: rgb(93,121,43); }

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

border-color css

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

 span { border-color: rgb(93,121,43); }

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