Html Css Color HEX #5A782D Dark Olive Green

📋 copy color: '#5A782D'

red 90 ◦ green 120 ◦ blue 45

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

Shades of Dark Olive Green #5A782D

Tints of Dark Olive Green #5A782D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 35.29%
G = 47.06%
B = 17.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#5A782D (or 0x5A782D) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 2D. RGB value is (90,120,45). Sum of RGB (Red+Green+Blue) = 90+120+45=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #5A782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A782D is #A587D2. Grayscale: #666666. Windows color (decimal): -10848211 or 2979930. OLE color: 2979930.

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

Color convert

RGB 90 120 45 -
CMYK 0.25 0 0.63 0.53
HSL 84º 0.45% 0.32% -
HSV(B) 84º 0.63% 0.47% -
XYZ 11.41 15.8 4.93 -
YUV 102.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 90 120 45 0.25 0 0.63 0.53 84 0.45 0.32
Hex 5A 78 2D 19 0 3F 35 54 2D 20
Octal 132 170 55 31 0 77 65 124 55 40
Binary 1011010 1111000 101101 11001 0 111111 110101 1010100 101101 100000

Color Harmonies of #5A782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A782D

Black with #5A782D

Text Example


Text Example

White with #5A782D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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