#767126

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

Shades of Olivetone #767126

Tints of Olivetone #767126

Color information

#767126 (or 0x767126) is unknown color: approx Olivetone. HEX triplet: 76, 71 and 26. RGB value is (118,113,38). Sum of RGB (Red+Green+Blue) = 118+113+38=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #767126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767126 is #898ED9. Grayscale: #6A6A6A. Windows color (decimal): -9015002 or 2519414. OLE color: 2519414.

HSL color Cylindrical-coordinate representation of color #767126: hue angle of 56.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 #767126 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB11811338-
CMYK00.040.680.54
HSL56.25º51.28%30.59%-
HSV(B)56.25º67.8%46.27%-
XYZ13.7315.84.16-
YUV105.9489.66136.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=43.87%
G=42.01%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181133800.040.680.5456.2551.2830.59
Hex76712604443638331f
Octal166161460410466706337
Binary111011011100011001100100100010011011011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767126; }

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

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

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

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

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

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

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

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