Html Css Color HEX #5A712C Dark Olive Green

📋 copy color: '#5A712C'

red 90 ◦ green 113 ◦ blue 44

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

Shades of Dark Olive Green #5A712C

Tints of Dark Olive Green #5A712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 36.44%
G = 45.75%
B = 17.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#5A712C (or 0x5A712C) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 2C. RGB value is (90,113,44). Sum of RGB (Red+Green+Blue) = 90+113+44=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #5A712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A712C is #A58ED3. Grayscale: #626262. Windows color (decimal): -10850004 or 2912602. OLE color: 2912602.

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

Color convert

RGB 90 113 44 -
CMYK 0.20 0 0.61 0.56
HSL 80º 0.44% 0.31% -
HSV(B) 80º 0.61% 0.44% -
XYZ 10.58 14.17 4.56 -
YUV 98.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 90 113 44 0.20 0 0.61 0.56 80 0.44 0.31
Hex 5A 71 2C 14 0 3D 38 50 2C 1F
Octal 132 161 54 24 0 75 70 120 54 37
Binary 1011010 1110001 101100 10100 0 111101 111000 1010000 101100 11111

Color Harmonies of #5A712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A712C

Black with #5A712C

Text Example


Text Example

White with #5A712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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