#76701A

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

Shades of Olivetone #76701A

Tints of Olivetone #76701A

Color information

#76701A (or 0x76701A) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 1A. RGB value is (118,112,26). Sum of RGB (Red+Green+Blue) = 118+112+26=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #76701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76701A is #898FE5. Grayscale: #686868. Windows color (decimal): -9015270 or 1732726. OLE color: 1732726.

HSL color Cylindrical-coordinate representation of color #76701A: hue angle of 56.09º 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 #76701A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11811226-
CMYK00.050.780.54
HSL56.09º63.89%28.24%-
HSV(B)56.09º77.97%46.27%-
XYZ13.4515.513.26-
YUV103.9983.99137.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=46.09%
G=43.75%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181122600.050.780.5456.0963.8928.24
Hex76701A054E3638401c
Octal1661603205116667010034
Binary111011011100001101001011001110110110111000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76701A; }

 p { color: rgb(118,112,26); }

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

<style>
 a { background-color: #76701A; }

 a { background-color: rgb(118,112,26); }

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

<style>
 span { border-color: #76701A; }

 span { border-color: rgb(118,112,26); }

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