#76731A

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

Shades of Olivetone #76731A

Tints of Olivetone #76731A

Color information

#76731A (or 0x76731A) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 1A. RGB value is (118,115,26). Sum of RGB (Red+Green+Blue) = 118+115+26=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76731A is #898CE5. Grayscale: #6A6A6A. Windows color (decimal): -9014502 or 1733494. OLE color: 1733494.

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

Color convert

RGB11811526-
CMYK00.030.780.54
HSL58.04º63.89%28.24%-
HSV(B)58.04º77.97%46.27%-
XYZ13.7916.193.38-
YUV105.7582.99136.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=45.56%
G=44.40%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181152600.030.780.5458.0463.8928.24
Hex76731A034E363a401c
Octal1661633203116667210034
Binary11101101110011110100111001110110110111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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