#757315

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

Shades of Olivetone #757315

Tints of Olivetone #757315

Color information

#757315 (or 0x757315) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 15. RGB value is (117,115,21). Sum of RGB (Red+Green+Blue) = 117+115+21=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #757315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757315 is #8A8CEA. Grayscale: #696969. Windows color (decimal): -9080043 or 1405813. OLE color: 1405813.

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

Color convert

RGB11711521-
CMYK00.020.820.54
HSL58.75º69.57%27.06%-
HSV(B)58.75º82.05%45.88%-
XYZ13.616.13.1-
YUV104.8880.66136.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=46.25%
G=45.45%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171152100.020.820.5458.7569.5727.06
Hex7573150252363b461b
Octal1651632502122667310633
Binary11101011110011101010101010010110110111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757315; }

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

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

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

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

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

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

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

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