#757314

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

Shades of Olivetone #757314

Tints of Olivetone #757314

Color information

#757314 (or 0x757314) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 14. RGB value is (117,115,20). Sum of RGB (Red+Green+Blue) = 117+115+20=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757314 is #8A8CEB. Grayscale: #696969. Windows color (decimal): -9080044 or 1340277. OLE color: 1340277.

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

Color convert

RGB11711520-
CMYK00.020.830.54
HSL58.76º70.8%26.86%-
HSV(B)58.76º82.91%45.88%-
XYZ13.5916.093.05-
YUV104.7780.16136.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=46.43%
G=45.63%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171152000.020.830.5458.7670.826.86
Hex7573140253363b471b
Octal1651632402123667310733
Binary11101011110011101000101010011110110111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757314; }

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

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

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

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

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

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

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

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