#7A820A

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

Shades of Olive #7A820A

Tints of Olive #7A820A

Color information

#7A820A (or 0x7A820A) is unknown color: approx Olive. HEX triplet: 7A, 82 and 0A. RGB value is (122,130,10). Sum of RGB (Red+Green+Blue) = 122+130+10=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #7A820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A820A is #857DF5. Grayscale: #727272. Windows color (decimal): -8748534 or 688762. OLE color: 688762.

HSL color Cylindrical-coordinate representation of color #7A820A: hue angle of 64º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A820A is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB12213010-
CMYK0.0600.920.49
HSL64º85.71%27.45%-
HSV(B)64º92.31%50.98%-
XYZ16.0620.123.32-
YUV113.9369.35133.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=46.56%
G=49.62%
B=3.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122130100.0600.920.496485.7127.45
Hex7A82A605C3140561b
Octal17220212601346110012633
Binary1111010100000101010110010111001100011000000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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