#756E23

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

Shades of Olivetone #756E23

Tints of Olivetone #756E23

Color information

#756E23 (or 0x756E23) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 23. RGB value is (117,110,35). Sum of RGB (Red+Green+Blue) = 117+110+35=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #756E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E23 is #8A91DC. Grayscale: #676767. Windows color (decimal): -9081309 or 2322037. OLE color: 2322037.

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

Color convert

RGB11711035-
CMYK00.060.700.54
HSL54.88º53.95%29.8%-
HSV(B)54.88º70.09%45.88%-
XYZ13.2215.063.8-
YUV103.5489.32137.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=44.66%
G=41.98%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171103500.060.700.5454.8853.9529.8
Hex756E2306463637361e
Octal165156430610666676636
Binary111010111011101000110110100011011011011011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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