#5A8500

Color #5A8500 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5A8500

Tints of Olive Drab #5A8500

Color information

#5A8500 (or 0x5A8500) is unknown color: approx Olive Drab. HEX triplet: 5A, 85 and 00. RGB value is (90,133,0). Sum of RGB (Red+Green+Blue) = 90+133+0=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8500 is #A57AFF. Grayscale: #696969. Windows color (decimal): -10844928 or 34138. OLE color: 34138.

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

Color convert

RGB901330-
CMYK0.32010.48
HSL79.4º100%26.08%-
HSV(B)79.4º100%52.16%-
XYZ12.618.952.99-
YUV104.9868.75117.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.36%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.36%
G=59.64%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9013300.32010.4879.410026.08
Hex5A85020064304f641a
Octal13220504001446011714432
Binary1011010100001010100000011001001100001001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A8500;
 }
 .AnyTagClassName
 {
   color: #5A8500;
 }
</style>
background-color css

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

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

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

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

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

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