#767328

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

Shades of Olivetone #767328

Tints of Olivetone #767328

Color information

#767328 (or 0x767328) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 28. RGB value is (118,115,40). Sum of RGB (Red+Green+Blue) = 118+115+40=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #767328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767328 is #898CD7. Grayscale: #6B6B6B. Windows color (decimal): -9014488 or 2650998. OLE color: 2650998.

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

Color convert

RGB11811540-
CMYK00.030.660.54
HSL57.69º49.37%30.98%-
HSV(B)57.69º66.1%46.27%-
XYZ13.9816.274.41-
YUV107.3589.99135.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=43.22%
G=42.12%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181154000.030.660.5457.6949.3730.98
Hex7673280342363a311f
Octal166163500310266726137
Binary11101101110011101000011100001011011011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767328; }

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

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

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

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

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

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

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

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