Html Css Color HEX #5A8510 Olive Drab

📋 copy color: '#5A8510'

red 90 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #5A8510

Tints of Olive Drab #5A8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 37.66%
G = 55.65%
B = 6.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#5A8510 (or 0x5A8510) is known color: Olive Drab. HEX triplet: 5A, 85 and 10. RGB value is (90,133,16). Sum of RGB (Red+Green+Blue) = 90+133+16=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8510 is #A57AEF. Grayscale: #6B6B6B. Windows color (decimal): -10844912 or 1082714. OLE color: 1082714.

HSL color Cylindrical-coordinate representation of color #5A8510: hue angle of 82.05º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A8510 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 16 -
CMYK 0.32 0 0.88 0.48
HSL 82.05º 0.79% 0.29% -
HSV(B) 82.05º 0.88% 0.52% -
XYZ 12.7 18.99 3.49 -
YUV 106.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 90 133 16 0.32 0 0.88 0.48 82.05 0.79 0.29
Hex 5A 85 10 20 0 58 30 52 4F 1D
Octal 132 205 20 40 0 130 60 122 117 35
Binary 1011010 10000101 10000 100000 0 1011000 110000 1010010 1001111 11101

Color Harmonies of #5A8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8510

Black with #5A8510

Text Example


Text Example

White with #5A8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,133,16); }

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

background-color css

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

 a { background-color: rgb(90,133,16); }

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

border-color css

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

 span { border-color: rgb(90,133,16); }

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