#767105

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

Shades of Olive #767105

Tints of Olive #767105

Color information

#767105 (or 0x767105) is unknown color: approx Olive. HEX triplet: 76, 71 and 05. RGB value is (118,113,5). Sum of RGB (Red+Green+Blue) = 118+113+5=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767105 is #898EFA. Grayscale: #666666. Windows color (decimal): -9015035 or 356726. OLE color: 356726.

HSL color Cylindrical-coordinate representation of color #767105: hue angle of 57.35º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #767105 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1181135-
CMYK00.040.960.54
HSL57.35º91.87%24.12%-
HSV(B)57.35º95.76%46.27%-
XYZ13.415.672.46-
YUV102.1873.16139.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=50%
G=47.88%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118113500.040.960.5457.3591.8724.12
Hex76715046036395c18
Octal166161504140667113430
Binary1110110111000110101001100000110110111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767105; }

 p { color: rgb(118,113,5); }

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

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

 a { background-color: rgb(118,113,5); }

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

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

 span { border-color: rgb(118,113,5); }

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