Html Css Color HEX #5A792E Dark Olive Green

📋 copy color: '#5A792E'

red 90 ◦ green 121 ◦ blue 46

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

Shades of Dark Olive Green #5A792E

Tints of Dark Olive Green #5A792E

RGB

 RED value IS 90 (35.55% from 255) = 35.02%

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 35.02%
G = 47.08%
B = 17.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#5A792E (or 0x5A792E) is known color: Dark Olive Green. HEX triplet: 5A, 79 and 2E. RGB value is (90,121,46). Sum of RGB (Red+Green+Blue) = 90+121+46=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #5A792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A792E is #A586D1. Grayscale: #676767. Windows color (decimal): -10847954 or 3045722. OLE color: 3045722.

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

Color convert

RGB 90 121 46 -
CMYK 0.26 0 0.62 0.53
HSL 84.8º 0.45% 0.33% -
HSV(B) 84.8º 0.62% 0.47% -
XYZ 11.55 16.05 5.07 -
YUV 103.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 90 121 46 0.26 0 0.62 0.53 84.8 0.45 0.33
Hex 5A 79 2E 1A 0 3E 35 55 2D 21
Octal 132 171 56 32 0 76 65 125 55 41
Binary 1011010 1111001 101110 11010 0 111110 110101 1010101 101101 100001

Color Harmonies of #5A792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A792E

Black with #5A792E

Text Example


Text Example

White with #5A792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,121,46); }

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

background-color css

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

 a { background-color: rgb(90,121,46); }

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

border-color css

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

 span { border-color: rgb(90,121,46); }

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