#7A8208

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

Shades of Olive #7A8208

Tints of Olive #7A8208

Color information

#7A8208 (or 0x7A8208) is unknown color: approx Olive. HEX triplet: 7A, 82 and 08. RGB value is (122,130,8). Sum of RGB (Red+Green+Blue) = 122+130+8=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8208 is #857DF7. Grayscale: #727272. Windows color (decimal): -8748536 or 557690. OLE color: 557690.

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

Color convert

RGB1221308-
CMYK0.0600.940.49
HSL63.93º88.41%27.06%-
HSV(B)63.93º93.85%50.98%-
XYZ16.0520.123.27-
YUV113.768.35133.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 3.08%
R=46.92%
G=50%
B=3.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12213080.0600.940.4963.9388.4127.06
Hex7A828605E3140581b
Octal17220210601366110013033
Binary1111010100000101000110010111101100011000000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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