Html Css Color HEX #5A7125 Dark Olive Green

📋 copy color: '#5A7125'

red 90 ◦ green 113 ◦ blue 37

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

Shades of Dark Olive Green #5A7125

Tints of Dark Olive Green #5A7125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 37.5%
G = 47.08%
B = 15.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#5A7125 (or 0x5A7125) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 25. RGB value is (90,113,37). Sum of RGB (Red+Green+Blue) = 90+113+37=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7125 is #A58EDA. Grayscale: #616161. Windows color (decimal): -10850011 or 2453850. OLE color: 2453850.

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

Color convert

RGB 90 113 37 -
CMYK 0.20 0 0.67 0.56
HSL 78.16º 0.51% 0.29% -
HSV(B) 78.16º 0.67% 0.44% -
XYZ 10.46 14.12 3.92 -
YUV 97.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 90 113 37 0.20 0 0.67 0.56 78.16 0.51 0.29
Hex 5A 71 25 14 0 43 38 4E 33 1D
Octal 132 161 45 24 0 103 70 116 63 35
Binary 1011010 1110001 100101 10100 0 1000011 111000 1001110 110011 11101

Color Harmonies of #5A7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7125

Black with #5A7125

Text Example


Text Example

White with #5A7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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