#756A15

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

Shades of Olivetone #756A15

Tints of Olivetone #756A15

Color information

#756A15 (or 0x756A15) is unknown color: approx Olivetone. HEX triplet: 75, 6A and 15. RGB value is (117,106,21). Sum of RGB (Red+Green+Blue) = 117+106+21=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A15 is #8A95EA. Grayscale: #636363. Windows color (decimal): -9082347 or 1403509. OLE color: 1403509.

HSL color Cylindrical-coordinate representation of color #756A15: hue angle of 53.12º 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 #756A15 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB11710621-
CMYK00.090.820.54
HSL53.12º69.57%27.06%-
HSV(B)53.12º82.05%45.88%-
XYZ12.6314.142.77-
YUV99.683.64140.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=47.95%
G=43.44%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171062100.090.820.5453.1269.5727.06
Hex756A1509523635461b
Octal16515225011122666510633
Binary1110101110101010101010011010010110110110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A15; }

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

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

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

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

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

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

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

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