#767313

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

Shades of Olivetone #767313

Tints of Olivetone #767313

Color information

#767313 (or 0x767313) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 13. RGB value is (118,115,19). Sum of RGB (Red+Green+Blue) = 118+115+19=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767313 is #898CEC. Grayscale: #696969. Windows color (decimal): -9014509 or 1274742. OLE color: 1274742.

HSL color Cylindrical-coordinate representation of color #767313: hue angle of 58.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #767313 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11811519-
CMYK00.030.840.54
HSL58.18º72.26%26.86%-
HSV(B)58.18º83.9%46.27%-
XYZ13.7216.163.01-
YUV104.9579.49137.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=46.83%
G=45.63%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181151900.030.840.5458.1872.2626.86
Hex7673130354363a481b
Octal1661632303124667211033
Binary11101101110011100110111010100110110111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767313; }

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

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

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

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

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

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

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

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