#7A7108

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

Shades of Olive #7A7108

Tints of Olive #7A7108

Color information

#7A7108 (or 0x7A7108) is unknown color: approx Olive. HEX triplet: 7A, 71 and 08. RGB value is (122,113,8). Sum of RGB (Red+Green+Blue) = 122+113+8=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7108 is #858EF7. Grayscale: #686868. Windows color (decimal): -8752888 or 553338. OLE color: 553338.

HSL color Cylindrical-coordinate representation of color #7A7108: hue angle of 55.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A7108 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1221138-
CMYK00.070.930.52
HSL55.26º87.69%25.49%-
HSV(B)55.26º93.44%47.84%-
XYZ13.9715.972.57-
YUV103.7273.98141.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.21%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=50.21%
G=46.50%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122113800.070.930.5255.2687.6925.49
Hex7A718075D34375819
Octal1721611007135646713031
Binary11110101110001100001111011101110100110111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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