#757416

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

Shades of Olivetone #757416

Tints of Olivetone #757416

Color information

#757416 (or 0x757416) is unknown color: approx Olivetone. HEX triplet: 75, 74 and 16. RGB value is (117,116,22). Sum of RGB (Red+Green+Blue) = 117+116+22=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #757416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757416 is #8A8BE9. Grayscale: #696969. Windows color (decimal): -9079786 or 1471605. OLE color: 1471605.

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

Color convert

RGB11711622-
CMYK00.010.810.54
HSL59.37º68.35%27.25%-
HSV(B)59.37º81.2%45.88%-
XYZ13.7316.333.19-
YUV105.5880.83136.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=45.88%
G=45.49%
B=8.63%

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
Decimal1171162200.010.810.5459.3768.3527.25
Hex7574160151363b441b
Octal1651642601121667310433
Binary1110101111010010110011010001110110111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757416; }

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

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

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

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

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

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

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

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