#766E0B

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

Shades of Olive #766E0B

Tints of Olive #766E0B

Color information

#766E0B (or 0x766E0B) is unknown color: approx Olive. HEX triplet: 76, 6E and 0B. RGB value is (118,110,11). Sum of RGB (Red+Green+Blue) = 118+110+11=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0B is #8991F4. Grayscale: #656565. Windows color (decimal): -9015797 or 749174. OLE color: 749174.

HSL color Cylindrical-coordinate representation of color #766E0B: hue angle of 55.51º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #766E0B is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11811011-
CMYK00.070.910.54
HSL55.51º82.95%25.29%-
HSV(B)55.51º90.68%46.27%-
XYZ13.1115.032.53-
YUV101.1177.15140.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=49.37%
G=46.03%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181101100.070.910.5455.5182.9525.29
Hex766EB075B36385319
Octal1661561307133667012331
Binary11101101101110101101111011011110110111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E0B; }

 p { color: rgb(118,110,11); }

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

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

 a { background-color: rgb(118,110,11); }

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

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

 span { border-color: rgb(118,110,11); }

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