Html Css Color HEX #5A8A0F Olive Drab

📋 copy color: '#5A8A0F'

red 90 ◦ green 138 ◦ blue 15

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

Shades of Olive Drab #5A8A0F

Tints of Olive Drab #5A8A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.79%

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

R = 37.04%
G = 56.79%
B = 6.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#5A8A0F (or 0x5A8A0F) is known color: Olive Drab. HEX triplet: 5A, 8A and 0F. RGB value is (90,138,15). Sum of RGB (Red+Green+Blue) = 90+138+15=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8A0F is #A575F0. Grayscale: #6E6E6E. Windows color (decimal): -10843633 or 1018458. OLE color: 1018458.

HSL color Cylindrical-coordinate representation of color #5A8A0F: hue angle of 83.41º 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 #5A8A0F is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 138 15 -
CMYK 0.35 0 0.89 0.46
HSL 83.41º 0.8% 0.3% -
HSV(B) 83.41º 0.89% 0.54% -
XYZ 13.39 20.39 3.68 -
YUV 109.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 90 138 15 0.35 0 0.89 0.46 83.41 0.8 0.3
Hex 5A 8A F 23 0 59 2E 53 50 1E
Octal 132 212 17 43 0 131 56 123 120 36
Binary 1011010 10001010 1111 100011 0 1011001 101110 1010011 1010000 11110

Color Harmonies of #5A8A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8A0F

Black with #5A8A0F

Text Example


Text Example

White with #5A8A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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