#7A921C

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

Shades of Olive Drab #7A921C

Tints of Olive Drab #7A921C

Color information

#7A921C (or 0x7A921C) is unknown color: approx Olive Drab. HEX triplet: 7A, 92 and 1C. RGB value is (122,146,28). Sum of RGB (Red+Green+Blue) = 122+146+28=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #7A921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A921C is #856DE3. Grayscale: #7D7D7D. Windows color (decimal): -8744420 or 1872506. OLE color: 1872506.

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

Color convert

RGB12214628-
CMYK0.1600.810.43
HSL72.2º67.82%34.12%-
HSV(B)72.2º80.82%57.25%-
XYZ18.5124.784.91-
YUV125.3773.05125.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=41.22%
G=49.32%
B=9.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146280.1600.810.4372.267.8234.12
Hex7A921C100512B484422
Octal172222342001215311010442
Binary11110101001001011100100000101000110101110010001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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