#7A8806

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

Shades of Olive #7A8806

Tints of Olive #7A8806

Color information

#7A8806 (or 0x7A8806) is unknown color: approx Olive. HEX triplet: 7A, 88 and 06. RGB value is (122,136,6). Sum of RGB (Red+Green+Blue) = 122+136+6=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8806 is #8577F9. Grayscale: #757575. Windows color (decimal): -8747002 or 428154. OLE color: 428154.

HSL color Cylindrical-coordinate representation of color #7A8806: hue angle of 66.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A8806 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1221366-
CMYK0.1000.960.47
HSL66.46º91.55%27.84%-
HSV(B)66.46º95.59%53.33%-
XYZ16.8621.763.48-
YUV116.9965.36131.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.21%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=46.21%
G=51.52%
B=2.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12213660.1000.960.4766.4691.5527.84
Hex7A886A0602F425c1c
Octal17221061201405710213434
Binary1111010100010001101010011000001011111000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,136,6); }

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

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

 a { background-color: rgb(122,136,6); }

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

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

 span { border-color: rgb(122,136,6); }

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