Html Css Color HEX #5A8503 Olive Drab

📋 copy color: '#5A8503'

red 90 ◦ green 133 ◦ blue 3

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

Shades of Olive Drab #5A8503

Tints of Olive Drab #5A8503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 39.82%
G = 58.85%
B = 1.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#5A8503 (or 0x5A8503) is known color: Olive Drab. HEX triplet: 5A, 85 and 03. RGB value is (90,133,3). Sum of RGB (Red+Green+Blue) = 90+133+3=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8503 is #A57AFC. Grayscale: #696969. Windows color (decimal): -10844925 or 230746. OLE color: 230746.

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

Color convert

RGB 90 133 3 -
CMYK 0.32 0 0.98 0.48
HSL 79.85º 0.96% 0.27% -
HSV(B) 79.85º 0.98% 0.52% -
XYZ 12.62 18.96 3.08 -
YUV 105.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 90 133 3 0.32 0 0.98 0.48 79.85 0.96 0.27
Hex 5A 85 3 20 0 62 30 50 60 1B
Octal 132 205 3 40 0 142 60 120 140 33
Binary 1011010 10000101 11 100000 0 1100010 110000 1010000 1100000 11011

Color Harmonies of #5A8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8503

Black with #5A8503

Text Example


Text Example

White with #5A8503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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