#7A931C

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

Shades of Olive Drab #7A931C

Tints of Olive Drab #7A931C

Color information

#7A931C (or 0x7A931C) is unknown color: approx Olive Drab. HEX triplet: 7A, 93 and 1C. RGB value is (122,147,28). Sum of RGB (Red+Green+Blue) = 122+147+28=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #7A931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A931C is #856CE3. Grayscale: #7E7E7E. Windows color (decimal): -8744164 or 1872762. OLE color: 1872762.

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

Color convert

RGB12214728-
CMYK0.1700.810.42
HSL72.61º68%34.31%-
HSV(B)72.61º80.95%57.65%-
XYZ18.6725.094.96-
YUV125.9672.72125.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=41.08%
G=49.49%
B=9.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122147280.1700.810.4272.616834.31
Hex7A931C110512A494422
Octal172223342101215211110442
Binary11110101001001111100100010101000110101010010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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