#756E24

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

Shades of Olivetone #756E24

Tints of Olivetone #756E24

Color information

#756E24 (or 0x756E24) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 24. RGB value is (117,110,36). Sum of RGB (Red+Green+Blue) = 117+110+36=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E24 is #8A91DB. Grayscale: #676767. Windows color (decimal): -9081308 or 2387573. OLE color: 2387573.

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

Color convert

RGB11711036-
CMYK00.060.690.54
HSL54.81º52.94%30%-
HSV(B)54.81º69.23%45.88%-
XYZ13.2315.063.88-
YUV103.6689.82137.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=44.49%
G=41.83%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171103600.060.690.5454.8152.9430
Hex756E2406453637351e
Octal165156440610566676536
Binary111010111011101001000110100010111011011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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