#76721D

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

Shades of Olivetone #76721D

Tints of Olivetone #76721D

Color information

#76721D (or 0x76721D) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 1D. RGB value is (118,114,29). Sum of RGB (Red+Green+Blue) = 118+114+29=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721D is #898DE2. Grayscale: #696969. Windows color (decimal): -9014755 or 1929846. OLE color: 1929846.

HSL color Cylindrical-coordinate representation of color #76721D: hue angle of 57.3º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76721D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11811429-
CMYK00.030.750.54
HSL57.3º60.54%28.82%-
HSV(B)57.3º75.42%46.27%-
XYZ13.7115.973.52-
YUV105.5184.83136.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 29 (11.72% from 255) = 11.11%
R=45.21%
G=43.68%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181142900.030.750.5457.360.5428.82
Hex76721D034B36393d1d
Octal166162350311366717535
Binary1110110111001011101011100101111011011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76721D; }

 p { color: rgb(118,114,29); }

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

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

 a { background-color: rgb(118,114,29); }

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

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

 span { border-color: rgb(118,114,29); }

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