#7A7716

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

Shades of Olivetone #7A7716

Tints of Olivetone #7A7716

Color information

#7A7716 (or 0x7A7716) is unknown color: approx Olivetone. HEX triplet: 7A, 77 and 16. RGB value is (122,119,22). Sum of RGB (Red+Green+Blue) = 122+119+22=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7716 is #8588E9. Grayscale: #6D6D6D. Windows color (decimal): -8751338 or 1472378. OLE color: 1472378.

HSL color Cylindrical-coordinate representation of color #7A7716: hue angle of 58.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A7716 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB12211922-
CMYK00.020.820.52
HSL58.2º69.44%28.24%-
HSV(B)58.2º81.97%47.84%-
XYZ14.7717.393.34-
YUV108.8478.99137.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 22 (8.98% from 255) = 8.37%
R=46.39%
G=45.25%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221192200.020.820.5258.269.4428.24
Hex7A77160252343a451c
Octal1721672602122647210534
Binary11110101110111101100101010010110100111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,22); }

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

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

 a { background-color: rgb(122,119,22); }

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

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

 span { border-color: rgb(122,119,22); }

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