#756E15

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

Shades of Olivetone #756E15

Tints of Olivetone #756E15

Color information

#756E15 (or 0x756E15) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 15. RGB value is (117,110,21). Sum of RGB (Red+Green+Blue) = 117+110+21=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E15 is #8A91EA. Grayscale: #666666. Windows color (decimal): -9081323 or 1404533. OLE color: 1404533.

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

Color convert

RGB11711021-
CMYK00.060.820.54
HSL55.62º69.57%27.06%-
HSV(B)55.62º82.05%45.88%-
XYZ13.0514.992.91-
YUV101.9582.32138.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=47.18%
G=44.35%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171102100.060.820.5455.6269.5727.06
Hex756E1506523638461b
Octal1651562506122667010633
Binary111010111011101010101101010010110110111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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