Html Css Color HEX #5A890F Olive Drab

📋 copy color: '#5A890F'

red 90 ◦ green 137 ◦ blue 15

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

Shades of Olive Drab #5A890F

Tints of Olive Drab #5A890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.61%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 37.19%
G = 56.61%
B = 6.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#5A890F (or 0x5A890F) is known color: Olive Drab. HEX triplet: 5A, 89 and 0F. RGB value is (90,137,15). Sum of RGB (Red+Green+Blue) = 90+137+15=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #5A890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A890F is #A576F0. Grayscale: #6D6D6D. Windows color (decimal): -10843889 or 1018202. OLE color: 1018202.

HSL color Cylindrical-coordinate representation of color #5A890F: hue angle of 83.11º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A890F is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 15 -
CMYK 0.34 0 0.89 0.46
HSL 83.11º 0.8% 0.3% -
HSV(B) 83.11º 0.89% 0.54% -
XYZ 13.25 20.1 3.63 -
YUV 109.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 90 137 15 0.34 0 0.89 0.46 83.11 0.8 0.3
Hex 5A 89 F 22 0 59 2E 53 50 1E
Octal 132 211 17 42 0 131 56 123 120 36
Binary 1011010 10001001 1111 100010 0 1011001 101110 1010011 1010000 11110

Color Harmonies of #5A890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A890F

Black with #5A890F

Text Example


Text Example

White with #5A890F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,15); }

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

background-color css

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

 a { background-color: rgb(90,137,15); }

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

border-color css

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

 span { border-color: rgb(90,137,15); }

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