#756b14

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

Shades of Olivetone #756B14

Tints of Olivetone #756B14

Color information

#756B14 (or 0x756B14) is unknown color: approx Olivetone. HEX triplet: 75, 6B and 14. RGB value is (117,107,20). Sum of RGB (Red+Green+Blue) = 117+107+20=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B14 is #8A94EB. Grayscale: #646464. Windows color (decimal): -9082092 or 1338229. OLE color: 1338229.

HSL color Cylindrical-coordinate representation of color #756B14: hue angle of 53.81º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #756B14 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB11710720-
CMYK00.090.830.54
HSL53.81º70.8%26.86%-
HSV(B)53.81º82.91%45.88%-
XYZ12.7214.352.76-
YUV100.0782.81140.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=47.95%
G=43.85%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171072000.090.830.5453.8170.826.86
Hex756B1409533636471b
Octal16515324011123666610733
Binary1110101110101110100010011010011110110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,20); }

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

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

 a { background-color: rgb(117,107,20); }

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

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

 span { border-color: rgb(117,107,20); }

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