#767316

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

Shades of Olivetone #767316

Tints of Olivetone #767316

Color information

#767316 (or 0x767316) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 16. RGB value is (118,115,22). Sum of RGB (Red+Green+Blue) = 118+115+22=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #767316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767316 is #898CE9. Grayscale: #696969. Windows color (decimal): -9014506 or 1471350. OLE color: 1471350.

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

Color convert

RGB11811522-
CMYK00.030.810.54
HSL58.12º68.57%27.45%-
HSV(B)58.12º81.36%46.27%-
XYZ13.7516.173.16-
YUV105.2980.99137.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=46.27%
G=45.10%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181152200.030.810.5458.1268.5727.45
Hex7673160351363a451b
Octal1661632603121667210533
Binary11101101110011101100111010001110110111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767316; }

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

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

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

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

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

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

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

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