#767115

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

Shades of Olivetone #767115

Tints of Olivetone #767115

Color information

#767115 (or 0x767115) is unknown color: approx Olivetone. HEX triplet: 76, 71 and 15. RGB value is (118,113,21). Sum of RGB (Red+Green+Blue) = 118+113+21=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767115 is #898EEA. Grayscale: #686868. Windows color (decimal): -9015019 or 1405302. OLE color: 1405302.

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

Color convert

RGB11811321-
CMYK00.040.820.54
HSL56.91º69.78%27.25%-
HSV(B)56.91º82.2%46.27%-
XYZ13.5115.723.03-
YUV104.0181.16137.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=46.83%
G=44.84%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181132100.040.820.5456.9169.7827.25
Hex76711504523639461b
Octal1661612504122667110633
Binary111011011100011010101001010010110110111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767115; }

 p { color: rgb(118,113,21); }

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

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

 a { background-color: rgb(118,113,21); }

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

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

 span { border-color: rgb(118,113,21); }

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