Html Css Color HEX #5A792B Dark Olive Green

📋 copy color: '#5A792B'

red 90 ◦ green 121 ◦ blue 43

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

Shades of Dark Olive Green #5A792B

Tints of Dark Olive Green #5A792B

RGB

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

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

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

R = 35.43%
G = 47.64%
B = 16.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#5A792B (or 0x5A792B) is known color: Dark Olive Green. HEX triplet: 5A, 79 and 2B. RGB value is (90,121,43). Sum of RGB (Red+Green+Blue) = 90+121+43=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #5A792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A792B is #A586D4. Grayscale: #676767. Windows color (decimal): -10847957 or 2849114. OLE color: 2849114.

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

Color convert

RGB 90 121 43 -
CMYK 0.26 0 0.64 0.53
HSL 83.85º 0.48% 0.32% -
HSV(B) 83.85º 0.64% 0.47% -
XYZ 11.49 16.02 4.77 -
YUV 102.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 90 121 43 0.26 0 0.64 0.53 83.85 0.48 0.32
Hex 5A 79 2B 1A 0 40 35 54 30 20
Octal 132 171 53 32 0 100 65 124 60 40
Binary 1011010 1111001 101011 11010 0 1000000 110101 1010100 110000 100000

Color Harmonies of #5A792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A792B

Black with #5A792B

Text Example


Text Example

White with #5A792B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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