#767514

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

Shades of Olivetone #767514

Tints of Olivetone #767514

Color information

#767514 (or 0x767514) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 14. RGB value is (118,117,20). Sum of RGB (Red+Green+Blue) = 118+117+20=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #767514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767514 is #898AEB. Grayscale: #6A6A6A. Windows color (decimal): -9013996 or 1340790. OLE color: 1340790.

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

Color convert

RGB11811720-
CMYK00.010.830.54
HSL59.39º71.01%27.06%-
HSV(B)59.39º83.05%46.27%-
XYZ13.9616.623.13-
YUV106.2479.33136.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=46.27%
G=45.88%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181172000.010.830.5459.3971.0127.06
Hex7675140153363b471b
Octal1661652401123667310733
Binary1110110111010110100011010011110110111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767514; }

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

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

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

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

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

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

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

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