#767413

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

Shades of Olivetone #767413

Tints of Olivetone #767413

Color information

#767413 (or 0x767413) is unknown color: approx Olivetone. HEX triplet: 76, 74 and 13. RGB value is (118,116,19). Sum of RGB (Red+Green+Blue) = 118+116+19=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767413 is #898BEC. Grayscale: #696969. Windows color (decimal): -9014253 or 1274998. OLE color: 1274998.

HSL color Cylindrical-coordinate representation of color #767413: hue angle of 58.79º 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 #767413 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11811619-
CMYK00.020.840.54
HSL58.79º72.26%26.86%-
HSV(B)58.79º83.9%46.27%-
XYZ13.8316.393.05-
YUV105.5479.16136.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=46.64%
G=45.85%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181161900.020.840.5458.7972.2626.86
Hex7674130254363b481b
Octal1661642302124667311033
Binary11101101110100100110101010100110110111011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767413; }

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

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

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

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

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

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

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

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