#757516

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

Shades of Olivetone #757516

Tints of Olivetone #757516

Color information

#757516 (or 0x757516) is unknown color: approx Olivetone. HEX triplet: 75, 75 and 16. RGB value is (117,117,22). Sum of RGB (Red+Green+Blue) = 117+117+22=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757516 is #8A8AE9. Grayscale: #6A6A6A. Windows color (decimal): -9079530 or 1471861. OLE color: 1471861.

HSL color Cylindrical-coordinate representation of color #757516: hue angle of 60º degrees, saturation: 0.68, 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 #757516 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB11711722-
CMYK000.810.54
HSL60º68.35%27.25%-
HSV(B)60º81.2%45.88%-
XYZ13.8416.563.23-
YUV106.1780.5135.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=45.70%
G=45.70%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711722000.810.546068.3527.25
Hex7575160051363c441b
Octal1651652600121667410433
Binary1110101111010110110001010001110110111100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757516; }

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

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

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

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

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

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

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

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