#7A981B

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

Shades of Olive Drab #7A981B

Tints of Olive Drab #7A981B

Color information

#7A981B (or 0x7A981B) is unknown color: approx Olive Drab. HEX triplet: 7A, 98 and 1B. RGB value is (122,152,27). Sum of RGB (Red+Green+Blue) = 122+152+27=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #7A981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A981B is #8567E4. Grayscale: #818181. Windows color (decimal): -8742885 or 1808506. OLE color: 1808506.

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

Color convert

RGB12215227-
CMYK0.2000.820.40
HSL74.4º69.83%35.1%-
HSV(B)74.4º82.24%59.61%-
XYZ19.4526.675.16-
YUV128.7870.56123.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=40.53%
G=50.50%
B=8.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122152270.2000.820.4074.469.8335.1
Hex7A981B14052284a4623
Octal172230332401225011210643
Binary11110101001100011011101000101001010100010010101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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