#5A8612

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

Shades of Olive Drab #5A8612

Tints of Olive Drab #5A8612

Color information

#5A8612 (or 0x5A8612) is unknown color: approx Olive Drab. HEX triplet: 5A, 86 and 12. RGB value is (90,134,18). Sum of RGB (Red+Green+Blue) = 90+134+18=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8612 is #A579ED. Grayscale: #6C6C6C. Windows color (decimal): -10844654 or 1214042. OLE color: 1214042.

HSL color Cylindrical-coordinate representation of color #5A8612: hue angle of 82.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A8612 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB9013418-
CMYK0.3300.870.47
HSL82.76º76.32%29.8%-
HSV(B)82.76º86.57%52.55%-
XYZ12.8519.273.61-
YUV107.6277.42115.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=37.19%
G=55.37%
B=7.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90134180.3300.870.4782.7676.3229.8
Hex5A8612210572F534c1e
Octal132206224101275712311436
Binary10110101000011010010100001010101111011111010011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,134,18); }

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

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

 a { background-color: rgb(90,134,18); }

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

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

 span { border-color: rgb(90,134,18); }

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