#7A910A

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

Shades of Olive #7A910A

Tints of Olive #7A910A

Color information

#7A910A (or 0x7A910A) is unknown color: approx Olive. HEX triplet: 7A, 91 and 0A. RGB value is (122,145,10). Sum of RGB (Red+Green+Blue) = 122+145+10=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #7A910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A910A is #856EF5. Grayscale: #7B7B7B. Windows color (decimal): -8744694 or 692602. OLE color: 692602.

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

Color convert

RGB12214510-
CMYK0.1600.930.43
HSL70.22º87.1%30.39%-
HSV(B)70.22º93.1%56.86%-
XYZ18.2124.414.04-
YUV122.7364.38127.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=44.04%
G=52.35%
B=3.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122145100.1600.930.4370.2287.130.39
Hex7A91A1005D2B46571e
Octal172221122001355310612736
Binary111101010010001101010000010111011010111000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,145,10); }

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

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

 a { background-color: rgb(122,145,10); }

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

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

 span { border-color: rgb(122,145,10); }

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