#7A951A

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

Shades of Olive Drab #7A951A

Tints of Olive Drab #7A951A

Color information

#7A951A (or 0x7A951A) is unknown color: approx Olive Drab. HEX triplet: 7A, 95 and 1A. RGB value is (122,149,26). Sum of RGB (Red+Green+Blue) = 122+149+26=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #7A951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A951A is #856AE5. Grayscale: #7F7F7F. Windows color (decimal): -8743654 or 1742202. OLE color: 1742202.

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

Color convert

RGB12214926-
CMYK0.1800.830.42
HSL73.17º70.29%34.31%-
HSV(B)73.17º82.55%58.43%-
XYZ18.9625.714.94-
YUV126.971.05124.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=41.08%
G=50.17%
B=8.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149260.1800.830.4273.1770.2934.31
Hex7A951A120532A494622
Octal172225322201235211110642
Binary11110101001010111010100100101001110101010010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,26); }

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

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

 a { background-color: rgb(122,149,26); }

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

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

 span { border-color: rgb(122,149,26); }

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