#7A9513

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

Shades of Olive Drab #7A9513

Tints of Olive Drab #7A9513

Color information

#7A9513 (or 0x7A9513) is unknown color: approx Olive Drab. HEX triplet: 7A, 95 and 13. RGB value is (122,149,19). Sum of RGB (Red+Green+Blue) = 122+149+19=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9513 is #856AEC. Grayscale: #7E7E7E. Windows color (decimal): -8743661 or 1283450. OLE color: 1283450.

HSL color Cylindrical-coordinate representation of color #7A9513: hue angle of 72.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A9513 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB12214919-
CMYK0.1800.870.42
HSL72.46º77.38%32.94%-
HSV(B)72.46º87.25%58.43%-
XYZ18.8925.684.58-
YUV126.1167.55125.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=42.07%
G=51.38%
B=6.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149190.1800.870.4272.4677.3832.94
Hex7A9513120572A484d21
Octal172225232201275211011541
Binary11110101001010110011100100101011110101010010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9513; }

 p { color: rgb(122,149,19); }

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

<style>
 a { background-color: #7A9513; }

 a { background-color: rgb(122,149,19); }

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

<style>
 span { border-color: #7A9513; }

 span { border-color: rgb(122,149,19); }

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