#756E1A

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

Shades of Olivetone #756E1A

Tints of Olivetone #756E1A

Color information

#756E1A (or 0x756E1A) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 1A. RGB value is (117,110,26). Sum of RGB (Red+Green+Blue) = 117+110+26=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E1A is #8A91E5. Grayscale: #666666. Windows color (decimal): -9081318 or 1732213. OLE color: 1732213.

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

Color convert

RGB11711026-
CMYK00.060.780.54
HSL55.38º63.64%28.04%-
HSV(B)55.38º77.78%45.88%-
XYZ13.115.013.18-
YUV102.5284.82138.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=46.25%
G=43.48%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171102600.060.780.5455.3863.6428.04
Hex756E1A064E3637401c
Octal1651563206116666710034
Binary111010111011101101001101001110110110110111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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