#72721A

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

Shades of Olivetone #72721A

Tints of Olivetone #72721A

Color information

#72721A (or 0x72721A) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 1A. RGB value is (114,114,26). Sum of RGB (Red+Green+Blue) = 114+114+26=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72721A is #8D8DE5. Grayscale: #686868. Windows color (decimal): -9276902 or 1733234. OLE color: 1733234.

HSL color Cylindrical-coordinate representation of color #72721A: hue angle of 60º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72721A is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11411426-
CMYK000.770.55
HSL60º62.86%27.45%-
HSV(B)60º77.19%44.71%-
XYZ13.1415.693.31-
YUV103.9784135.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=44.88%
G=44.88%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411426000.770.556062.8627.45
Hex72721A004D373c3f1b
Octal162162320011567747733
Binary111001011100101101000100110111011111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,114,26); }

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

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

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

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

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

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

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