#756F29

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

Shades of Olivetone #756F29

Tints of Olivetone #756F29

Color information

#756F29 (or 0x756F29) is unknown color: approx Olivetone. HEX triplet: 75, 6F and 29. RGB value is (117,111,41). Sum of RGB (Red+Green+Blue) = 117+111+41=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F29 is #8A90D6. Grayscale: #696969. Windows color (decimal): -9081047 or 2715509. OLE color: 2715509.

HSL color Cylindrical-coordinate representation of color #756F29: hue angle of 55.26º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756F29 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11711141-
CMYK00.050.650.54
HSL55.26º48.1%30.98%-
HSV(B)55.26º64.96%45.88%-
XYZ13.4215.314.35-
YUV104.8191.99136.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=43.49%
G=41.26%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171114100.050.650.5455.2648.130.98
Hex756F2905413637301f
Octal165157510510166676037
Binary111010111011111010010101100000111011011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,41); }

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

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

 a { background-color: rgb(117,111,41); }

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

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

 span { border-color: rgb(117,111,41); }

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