#756A17

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

Shades of Olivetone #756A17

Tints of Olivetone #756A17

Color information

#756A17 (or 0x756A17) is unknown color: approx Olivetone. HEX triplet: 75, 6A and 17. RGB value is (117,106,23). Sum of RGB (Red+Green+Blue) = 117+106+23=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #756A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A17 is #8A95E8. Grayscale: #646464. Windows color (decimal): -9082345 or 1534581. OLE color: 1534581.

HSL color Cylindrical-coordinate representation of color #756A17: hue angle of 52.98º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #756A17 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11710623-
CMYK00.090.800.54
HSL52.98º67.14%27.45%-
HSV(B)52.98º80.34%45.88%-
XYZ12.6414.152.88-
YUV99.8384.64140.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 23 (9.38% from 255) = 9.35%
R=47.56%
G=43.09%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171062300.090.800.5452.9867.1427.45
Hex756A1709503635431b
Octal16515227011120666510333
Binary1110101110101010111010011010000110110110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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