#767215

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

Shades of Olivetone #767215

Tints of Olivetone #767215

Color information

#767215 (or 0x767215) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 15. RGB value is (118,114,21). Sum of RGB (Red+Green+Blue) = 118+114+21=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767215 is #898DEA. Grayscale: #686868. Windows color (decimal): -9014763 or 1405558. OLE color: 1405558.

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

Color convert

RGB11811421-
CMYK00.030.820.54
HSL57.53º69.78%27.25%-
HSV(B)57.53º82.2%46.27%-
XYZ13.6215.943.07-
YUV104.5980.83137.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=46.64%
G=45.06%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181142100.030.820.5457.5369.7827.25
Hex7672150352363a461b
Octal1661622503122667210633
Binary11101101110010101010111010010110110111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767215; }

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

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

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

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

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

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

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

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