#767510

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

Shades of Olive #767510

Tints of Olive #767510

Color information

#767510 (or 0x767510) is unknown color: approx Olive. HEX triplet: 76, 75 and 10. RGB value is (118,117,16). Sum of RGB (Red+Green+Blue) = 118+117+16=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767510 is #898AEF. Grayscale: #6A6A6A. Windows color (decimal): -9014000 or 1078646. OLE color: 1078646.

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

Color convert

RGB11811716-
CMYK00.010.860.54
HSL59.41º76.12%26.27%-
HSV(B)59.41º86.44%46.27%-
XYZ13.9316.612.96-
YUV105.7877.33136.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=47.01%
G=46.61%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181171600.010.860.5459.4176.1226.27
Hex7675100156363b4c1a
Octal1661652001126667311432
Binary1110110111010110000011010110110110111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767510; }

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

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

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

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

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

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

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

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