#767329

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

Shades of Olivetone #767329

Tints of Olivetone #767329

Color information

#767329 (or 0x767329) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 29. RGB value is (118,115,41). Sum of RGB (Red+Green+Blue) = 118+115+41=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #767329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767329 is #898CD6. Grayscale: #6B6B6B. Windows color (decimal): -9014487 or 2716534. OLE color: 2716534.

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

Color convert

RGB11811541-
CMYK00.030.650.54
HSL57.66º48.43%31.18%-
HSV(B)57.66º65.25%46.27%-
XYZ1416.274.5-
YUV107.4690.49135.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=43.07%
G=41.97%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181154100.030.650.5457.6648.4331.18
Hex7673290341363a301f
Octal166163510310166726037
Binary11101101110011101001011100000111011011101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767329; }

 p { color: rgb(118,115,41); }

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

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

 a { background-color: rgb(118,115,41); }

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

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

 span { border-color: rgb(118,115,41); }

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