#7A981D

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

Shades of Olive Drab #7A981D

Tints of Olive Drab #7A981D

Color information

#7A981D (or 0x7A981D) is unknown color: approx Olive Drab. HEX triplet: 7A, 98 and 1D. RGB value is (122,152,29). Sum of RGB (Red+Green+Blue) = 122+152+29=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #7A981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A981D is #8567E2. Grayscale: #818181. Windows color (decimal): -8742883 or 1939578. OLE color: 1939578.

HSL color Cylindrical-coordinate representation of color #7A981D: hue angle of 74.63º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A981D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB12215229-
CMYK0.2000.810.40
HSL74.63º67.96%35.49%-
HSV(B)74.63º80.92%59.61%-
XYZ19.4826.685.29-
YUV129.0171.56123-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 29 (11.72% from 255) = 9.57%
R=40.26%
G=50.17%
B=9.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122152290.2000.810.4074.6367.9635.49
Hex7A981D14051284b4423
Octal172230352401215011310443
Binary11110101001100011101101000101000110100010010111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A981D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,29); }

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

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

 a { background-color: rgb(122,152,29); }

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

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

 span { border-color: rgb(122,152,29); }

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