Html Css Color HEX #5A7832 Dark Olive Green

📋 copy color: '#5A7832'

red 90 ◦ green 120 ◦ blue 50

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

Shades of Dark Olive Green #5A7832

Tints of Dark Olive Green #5A7832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.15%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 34.62%
G = 46.15%
B = 19.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#5A7832 (or 0x5A7832) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 32. RGB value is (90,120,50). Sum of RGB (Red+Green+Blue) = 90+120+50=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7832 is #A587CD. Grayscale: #676767. Windows color (decimal): -10848206 or 3307610. OLE color: 3307610.

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

Color convert

RGB 90 120 50 -
CMYK 0.25 0 0.58 0.53
HSL 85.71º 0.41% 0.33% -
HSV(B) 85.71º 0.58% 0.47% -
XYZ 11.51 15.84 5.47 -
YUV 103.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 90 120 50 0.25 0 0.58 0.53 85.71 0.41 0.33
Hex 5A 78 32 19 0 3A 35 56 29 21
Octal 132 170 62 31 0 72 65 126 51 41
Binary 1011010 1111000 110010 11001 0 111010 110101 1010110 101001 100001

Color Harmonies of #5A7832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7832

Black with #5A7832

Text Example


Text Example

White with #5A7832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,50); }

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

background-color css

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

 a { background-color: rgb(90,120,50); }

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

border-color css

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

 span { border-color: rgb(90,120,50); }

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