#756A1A

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

Shades of Olivetone #756A1A

Tints of Olivetone #756A1A

Color information

#756A1A (or 0x756A1A) is unknown color: approx Olivetone. HEX triplet: 75, 6A and 1A. RGB value is (117,106,26). Sum of RGB (Red+Green+Blue) = 117+106+26=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #756A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A1A is #8A95E5. Grayscale: #646464. Windows color (decimal): -9082342 or 1731189. OLE color: 1731189.

HSL color Cylindrical-coordinate representation of color #756A1A: hue angle of 52.75º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #756A1A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11710626-
CMYK00.090.780.54
HSL52.75º63.64%28.04%-
HSV(B)52.75º77.78%45.88%-
XYZ12.6814.163.04-
YUV100.1786.14140-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=46.99%
G=42.57%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171062600.090.780.5452.7563.6428.04
Hex756A1A094E3635401c
Octal16515232011116666510034
Binary1110101110101011010010011001110110110110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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