#757316

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

Shades of Olivetone #757316

Tints of Olivetone #757316

Color information

#757316 (or 0x757316) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 16. RGB value is (117,115,22). Sum of RGB (Red+Green+Blue) = 117+115+22=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757316 is #8A8CE9. Grayscale: #696969. Windows color (decimal): -9080042 or 1471349. OLE color: 1471349.

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

Color convert

RGB11711522-
CMYK00.020.810.54
HSL58.74º68.35%27.25%-
HSV(B)58.74º81.2%45.88%-
XYZ13.6116.13.15-
YUV10581.16136.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=46.06%
G=45.28%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171152200.020.810.5458.7468.3527.25
Hex7573160251363b441b
Octal1651632602121667310433
Binary11101011110011101100101010001110110111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757316; }

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

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

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

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

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

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

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

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