#756A0A

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

Shades of Olive #756A0A

Tints of Olive #756A0A

Color information

#756A0A (or 0x756A0A) is unknown color: approx Olive. HEX triplet: 75, 6A and 0A. RGB value is (117,106,10). Sum of RGB (Red+Green+Blue) = 117+106+10=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0A is #8A95F5. Grayscale: #626262. Windows color (decimal): -9082358 or 682613. OLE color: 682613.

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

Color convert

RGB11710610-
CMYK00.090.910.54
HSL53.83º84.25%24.9%-
HSV(B)53.83º91.45%45.88%-
XYZ12.5414.112.35-
YUV98.3478.14141.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=50.21%
G=45.49%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171061000.090.910.5453.8384.2524.9
Hex756AA095B36365419
Octal16515212011133666612431
Binary111010111010101010010011011011110110110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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