#767424

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

Shades of Olivetone #767424

Tints of Olivetone #767424

Color information

#767424 (or 0x767424) is unknown color: approx Olivetone. HEX triplet: 76, 74 and 24. RGB value is (118,116,36). Sum of RGB (Red+Green+Blue) = 118+116+36=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767424 is #898BDB. Grayscale: #6B6B6B. Windows color (decimal): -9014236 or 2389110. OLE color: 2389110.

HSL color Cylindrical-coordinate representation of color #767424: hue angle of 58.54º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767424 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11811636-
CMYK00.020.690.54
HSL58.54º53.25%30.2%-
HSV(B)58.54º69.49%46.27%-
XYZ14.0416.474.11-
YUV107.4887.66135.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=43.70%
G=42.96%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181163600.020.690.5458.5453.2530.2
Hex7674240245363b351e
Octal166164440210566736536
Binary11101101110100100100010100010111011011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767424; }

 p { color: rgb(118,116,36); }

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

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

 a { background-color: rgb(118,116,36); }

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

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

 span { border-color: rgb(118,116,36); }

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