#72721C

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

Shades of Olivetone #72721C

Tints of Olivetone #72721C

Color information

#72721C (or 0x72721C) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 1C. RGB value is (114,114,28). Sum of RGB (Red+Green+Blue) = 114+114+28=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72721C is #8D8DE3. Grayscale: #686868. Windows color (decimal): -9276900 or 1864306. OLE color: 1864306.

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

Color convert

RGB11411428-
CMYK000.750.55
HSL60º60.56%27.84%-
HSV(B)60º75.44%44.71%-
XYZ13.1715.73.43-
YUV104.285134.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=44.53%
G=44.53%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411428000.750.556060.5627.84
Hex72721C004B373c3d1c
Octal162162340011367747534
Binary111001011100101110000100101111011111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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