#76741F

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

Shades of Olivetone #76741F

Tints of Olivetone #76741F

Color information

#76741F (or 0x76741F) is unknown color: approx Olivetone. HEX triplet: 76, 74 and 1F. RGB value is (118,116,31). Sum of RGB (Red+Green+Blue) = 118+116+31=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76741F is #898BE0. Grayscale: #6B6B6B. Windows color (decimal): -9014241 or 2061430. OLE color: 2061430.

HSL color Cylindrical-coordinate representation of color #76741F: hue angle of 58.62º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76741F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11811631-
CMYK00.020.740.54
HSL58.62º58.39%29.22%-
HSV(B)58.62º73.73%46.27%-
XYZ13.9616.443.73-
YUV106.9185.16135.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=44.53%
G=43.77%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181163100.020.740.5458.6258.3929.22
Hex76741F024A363b3a1d
Octal166164370211266737235
Binary1110110111010011111010100101011011011101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76741F; }

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

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

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

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

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

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

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

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