#767108

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

Shades of Olive #767108

Tints of Olive #767108

Color information

#767108 (or 0x767108) is unknown color: approx Olive. HEX triplet: 76, 71 and 08. RGB value is (118,113,8). Sum of RGB (Red+Green+Blue) = 118+113+8=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #767108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767108 is #898EF7. Grayscale: #666666. Windows color (decimal): -9015032 or 553334. OLE color: 553334.

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

Color convert

RGB1181138-
CMYK00.040.930.54
HSL57.27º87.3%24.71%-
HSV(B)57.27º93.22%46.27%-
XYZ13.4215.682.55-
YUV102.5274.66139.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=49.37%
G=47.28%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118113800.040.930.5457.2787.324.71
Hex76718045D36395719
Octal1661611004135667112731
Binary11101101110001100001001011101110110111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767108; }

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

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

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

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

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

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

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

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