#7a9224

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

Shades of Olive Drab #7A9224

Tints of Olive Drab #7A9224

Color information

#7A9224 (or 0x7A9224) is unknown color: approx Olive Drab. HEX triplet: 7A, 92 and 24. RGB value is (122,146,36). Sum of RGB (Red+Green+Blue) = 122+146+36=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9224 is #856DDB. Grayscale: #7E7E7E. Windows color (decimal): -8744412 or 2396794. OLE color: 2396794.

HSL color Cylindrical-coordinate representation of color #7A9224: hue angle of 73.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A9224 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB12214636-
CMYK0.1600.750.43
HSL73.09º60.44%35.69%-
HSV(B)73.09º75.34%57.25%-
XYZ18.6224.825.48-
YUV126.2877.05124.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=40.13%
G=48.03%
B=11.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146360.1600.750.4373.0960.4435.69
Hex7A92241004B2B493c24
Octal17222244200113531117444
Binary11110101001001010010010000010010111010111001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,36); }

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

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

 a { background-color: rgb(122,146,36); }

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

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

 span { border-color: rgb(122,146,36); }

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