#767410

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

Shades of Olive #767410

Tints of Olive #767410

Color information

#767410 (or 0x767410) is unknown color: approx Olive. HEX triplet: 76, 74 and 10. RGB value is (118,116,16). Sum of RGB (Red+Green+Blue) = 118+116+16=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #767410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767410 is #898BEF. Grayscale: #696969. Windows color (decimal): -9014256 or 1078390. OLE color: 1078390.

HSL color Cylindrical-coordinate representation of color #767410: hue angle of 58.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #767410 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11811616-
CMYK00.020.860.54
HSL58.82º76.12%26.27%-
HSV(B)58.82º86.44%46.27%-
XYZ13.8116.382.92-
YUV105.277.66137.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=47.2%
G=46.4%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181161600.020.860.5458.8276.1226.27
Hex7674100256363b4c1a
Octal1661642002126667311432
Binary11101101110100100000101010110110110111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767410; }

 p { color: rgb(118,116,16); }

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

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

 a { background-color: rgb(118,116,16); }

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

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

 span { border-color: rgb(118,116,16); }

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