#7A8605

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

Shades of Olive #7A8605

Tints of Olive #7A8605

Color information

#7A8605 (or 0x7A8605) is unknown color: approx Olive. HEX triplet: 7A, 86 and 05. RGB value is (122,134,5). Sum of RGB (Red+Green+Blue) = 122+134+5=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8605 is #8579FA. Grayscale: #747474. Windows color (decimal): -8747515 or 362106. OLE color: 362106.

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

Color convert

RGB1221345-
CMYK0.0900.960.47
HSL65.58º92.81%27.25%-
HSV(B)65.58º96.27%52.55%-
XYZ16.5821.23.36-
YUV115.7165.52132.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.74%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=46.74%
G=51.34%
B=1.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12213450.0900.960.4765.5892.8127.25
Hex7A86590602F425d1b
Octal17220651101405710213533
Binary1111010100001101011001011000001011111000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,5); }

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

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

 a { background-color: rgb(122,134,5); }

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

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

 span { border-color: rgb(122,134,5); }

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