#72761D

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

Shades of Olivetone #72761D

Tints of Olivetone #72761D

Color information

#72761D (or 0x72761D) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 1D. RGB value is (114,118,29). Sum of RGB (Red+Green+Blue) = 114+118+29=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #72761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72761D is #8D89E2. Grayscale: #6B6B6B. Windows color (decimal): -9275875 or 1930866. OLE color: 1930866.

HSL color Cylindrical-coordinate representation of color #72761D: hue angle of 62.7º 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 #72761D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11411829-
CMYK0.0300.750.54
HSL62.7º60.54%28.82%-
HSV(B)62.7º75.42%46.27%-
XYZ13.6416.623.65-
YUV106.6684.17133.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118290.0300.750.5462.760.5428.82
Hex72761D304B363f3d1d
Octal162166353011366777535
Binary1110010111011011101110100101111011011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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