#767216

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

Shades of Olivetone #767216

Tints of Olivetone #767216

Color information

#767216 (or 0x767216) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 16. RGB value is (118,114,22). Sum of RGB (Red+Green+Blue) = 118+114+22=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #767216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767216 is #898DE9. Grayscale: #696969. Windows color (decimal): -9014762 or 1471094. OLE color: 1471094.

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

Color convert

RGB11811422-
CMYK00.030.810.54
HSL57.5º68.57%27.45%-
HSV(B)57.5º81.36%46.27%-
XYZ13.6315.943.12-
YUV104.7181.33137.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=46.46%
G=44.88%
B=8.66%

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
Decimal1181142200.030.810.5457.568.5727.45
Hex7672160351363a451b
Octal1661622603121667210533
Binary11101101110010101100111010001110110111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767216; }

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

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

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

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

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

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

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

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