#767526

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

Shades of Olivetone #767526

Tints of Olivetone #767526

Color information

#767526 (or 0x767526) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 26. RGB value is (118,117,38). Sum of RGB (Red+Green+Blue) = 118+117+38=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #767526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767526 is #898AD9. Grayscale: #6C6C6C. Windows color (decimal): -9013978 or 2520438. OLE color: 2520438.

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

Color convert

RGB11811738-
CMYK00.010.680.54
HSL59.25º51.28%30.59%-
HSV(B)59.25º67.8%46.27%-
XYZ14.1816.714.31-
YUV108.2988.33134.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=43.22%
G=42.86%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181173800.010.680.5459.2551.2830.59
Hex7675260144363b331f
Octal166165460110466736337
Binary1110110111010110011001100010011011011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767526; }

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

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

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

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

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

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

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

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