#7A9518

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

Shades of Olive Drab #7A9518

Tints of Olive Drab #7A9518

Color information

#7A9518 (or 0x7A9518) is unknown color: approx Olive Drab. HEX triplet: 7A, 95 and 18. RGB value is (122,149,24). Sum of RGB (Red+Green+Blue) = 122+149+24=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9518 is #856AE7. Grayscale: #7F7F7F. Windows color (decimal): -8743656 or 1611130. OLE color: 1611130.

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

Color convert

RGB12214924-
CMYK0.1800.840.42
HSL72.96º72.25%33.92%-
HSV(B)72.96º83.89%58.43%-
XYZ18.9425.74.83-
YUV126.6870.05124.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=41.36%
G=50.51%
B=8.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149240.1800.840.4272.9672.2533.92
Hex7A9518120542A494822
Octal172225302201245211111042
Binary11110101001010111000100100101010010101010010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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