#756E26

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

Shades of Olivetone #756E26

Tints of Olivetone #756E26

Color information

#756E26 (or 0x756E26) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 26. RGB value is (117,110,38). Sum of RGB (Red+Green+Blue) = 117+110+38=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #756E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E26 is #8A91D9. Grayscale: #686868. Windows color (decimal): -9081306 or 2518645. OLE color: 2518645.

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

Color convert

RGB11711038-
CMYK00.060.680.54
HSL54.68º50.97%30.39%-
HSV(B)54.68º67.52%45.88%-
XYZ13.2615.074.04-
YUV103.8890.82137.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=44.15%
G=41.51%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171103800.060.680.5454.6850.9730.39
Hex756E2606443637331e
Octal165156460610466676336
Binary111010111011101001100110100010011011011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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