#767213

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

Shades of Olivetone #767213

Tints of Olivetone #767213

Color information

#767213 (or 0x767213) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 13. RGB value is (118,114,19). Sum of RGB (Red+Green+Blue) = 118+114+19=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767213 is #898DEC. Grayscale: #686868. Windows color (decimal): -9014765 or 1274486. OLE color: 1274486.

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

Color convert

RGB11811419-
CMYK00.030.840.54
HSL57.58º72.26%26.86%-
HSV(B)57.58º83.9%46.27%-
XYZ13.6115.932.97-
YUV104.3779.83137.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=47.01%
G=45.42%
B=7.57%

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
Decimal1181141900.030.840.5457.5872.2626.86
Hex7672130354363a481b
Octal1661622303124667211033
Binary11101101110010100110111010100110110111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767213; }

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

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

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

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

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

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

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

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