#767511

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

Shades of Olive #767511

Tints of Olive #767511

Color information

#767511 (or 0x767511) is unknown color: approx Olive. HEX triplet: 76, 75 and 11. RGB value is (118,117,17). Sum of RGB (Red+Green+Blue) = 118+117+17=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767511 is #898AEE. Grayscale: #6A6A6A. Windows color (decimal): -9013999 or 1144182. OLE color: 1144182.

HSL color Cylindrical-coordinate representation of color #767511: hue angle of 59.41º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #767511 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11811717-
CMYK00.010.860.54
HSL59.41º74.81%26.47%-
HSV(B)59.41º85.59%46.27%-
XYZ13.9316.613-
YUV105.977.83136.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=46.83%
G=46.43%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181171700.010.860.5459.4174.8126.47
Hex7675110156363b4b1a
Octal1661652101126667311332
Binary1110110111010110001011010110110110111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767511; }

 p { color: rgb(118,117,17); }

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

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

 a { background-color: rgb(118,117,17); }

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

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

 span { border-color: rgb(118,117,17); }

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