#767312

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

Shades of Olivetone #767312

Tints of Olivetone #767312

Color information

#767312 (or 0x767312) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 12. RGB value is (118,115,18). Sum of RGB (Red+Green+Blue) = 118+115+18=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767312 is #898CED. Grayscale: #696969. Windows color (decimal): -9014510 or 1209206. OLE color: 1209206.

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

Color convert

RGB11811518-
CMYK00.030.850.54
HSL58.2º73.53%26.67%-
HSV(B)58.2º84.75%46.27%-
XYZ13.7116.162.97-
YUV104.8478.99137.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=47.01%
G=45.82%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181151800.030.850.5458.273.5326.67
Hex7673120355363a4a1b
Octal1661632203125667211233
Binary11101101110011100100111010101110110111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767312; }

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

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

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

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

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

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

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

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