#767516

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

Shades of Olivetone #767516

Tints of Olivetone #767516

Color information

#767516 (or 0x767516) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 16. RGB value is (118,117,22). Sum of RGB (Red+Green+Blue) = 118+117+22=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #767516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767516 is #898AE9. Grayscale: #6A6A6A. Windows color (decimal): -9013994 or 1471862. OLE color: 1471862.

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

Color convert

RGB11811722-
CMYK00.010.810.54
HSL59.38º68.57%27.45%-
HSV(B)59.38º81.36%46.27%-
XYZ13.9816.633.23-
YUV106.4780.33136.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=45.91%
G=45.53%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181172200.010.810.5459.3868.5727.45
Hex7675160151363b451b
Octal1661652601121667310533
Binary1110110111010110110011010001110110111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767516; }

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

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

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

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

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

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

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

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