#756E13

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

Shades of Olivetone #756E13

Tints of Olivetone #756E13

Color information

#756E13 (or 0x756E13) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 13. RGB value is (117,110,19). Sum of RGB (Red+Green+Blue) = 117+110+19=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #756E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E13 is #8A91EC. Grayscale: #666666. Windows color (decimal): -9081325 or 1273461. OLE color: 1273461.

HSL color Cylindrical-coordinate representation of color #756E13: hue angle of 55.71º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #756E13 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11711019-
CMYK00.060.840.54
HSL55.71º72.06%26.67%-
HSV(B)55.71º83.76%45.88%-
XYZ13.0314.982.82-
YUV101.7281.32138.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=47.56%
G=44.72%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171101900.060.840.5455.7172.0626.67
Hex756E1306543638481b
Octal1651562306124667011033
Binary111010111011101001101101010100110110111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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