Html Css Color HEX #5A7921 Dark Olive Green

📋 copy color: '#5A7921'

red 90 ◦ green 121 ◦ blue 33

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

Shades of Dark Olive Green #5A7921

Tints of Dark Olive Green #5A7921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 36.89%
G = 49.59%
B = 13.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#5A7921 (or 0x5A7921) is known color: Dark Olive Green. HEX triplet: 5A, 79 and 21. RGB value is (90,121,33). Sum of RGB (Red+Green+Blue) = 90+121+33=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7921 is #A586DE. Grayscale: #666666. Windows color (decimal): -10847967 or 2193754. OLE color: 2193754.

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

Color convert

RGB 90 121 33 -
CMYK 0.26 0 0.73 0.53
HSL 81.14º 0.57% 0.3% -
HSV(B) 81.14º 0.73% 0.47% -
XYZ 11.33 15.96 3.92 -
YUV 101.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 90 121 33 0.26 0 0.73 0.53 81.14 0.57 0.3
Hex 5A 79 21 1A 0 49 35 51 39 1E
Octal 132 171 41 32 0 111 65 121 71 36
Binary 1011010 1111001 100001 11010 0 1001001 110101 1010001 111001 11110

Color Harmonies of #5A7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7921

Black with #5A7921

Text Example


Text Example

White with #5A7921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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