Html Css Color HEX #5A712D Dark Olive Green

📋 copy color: '#5A712D'

red 90 ◦ green 113 ◦ blue 45

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

Shades of Dark Olive Green #5A712D

Tints of Dark Olive Green #5A712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 36.29%
G = 45.56%
B = 18.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#5A712D (or 0x5A712D) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 2D. RGB value is (90,113,45). Sum of RGB (Red+Green+Blue) = 90+113+45=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #5A712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A712D is #A58ED2. Grayscale: #626262. Windows color (decimal): -10850003 or 2978138. OLE color: 2978138.

HSL color Cylindrical-coordinate representation of color #5A712D: hue angle of 80.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A712D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 45 -
CMYK 0.20 0 0.60 0.56
HSL 80.29º 0.43% 0.31% -
HSV(B) 80.29º 0.6% 0.44% -
XYZ 10.6 14.17 4.66 -
YUV 98.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 90 113 45 0.20 0 0.60 0.56 80.29 0.43 0.31
Hex 5A 71 2D 14 0 3C 38 50 2B 1F
Octal 132 161 55 24 0 74 70 120 53 37
Binary 1011010 1110001 101101 10100 0 111100 111000 1010000 101011 11111

Color Harmonies of #5A712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A712D

Black with #5A712D

Text Example


Text Example

White with #5A712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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