#76742A

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

Shades of Olivetone #76742A

Tints of Olivetone #76742A

Color information

#76742A (or 0x76742A) is unknown color: approx Olivetone. HEX triplet: 76, 74 and 2A. RGB value is (118,116,42). Sum of RGB (Red+Green+Blue) = 118+116+42=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742A is #898BD5. Grayscale: #6C6C6C. Windows color (decimal): -9014230 or 2782326. OLE color: 2782326.

HSL color Cylindrical-coordinate representation of color #76742A: hue angle of 58.42º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76742A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11811642-
CMYK00.020.640.54
HSL58.42º47.5%31.37%-
HSV(B)58.42º64.41%46.27%-
XYZ14.1316.514.63-
YUV108.1690.66135.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=42.75%
G=42.03%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181164200.020.640.5458.4247.531.37
Hex76742A0240363a301f
Octal166164520210066726037
Binary11101101110100101010010100000011011011101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76742A; }

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

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

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

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

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

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

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

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