#72701D

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

Shades of Olivetone #72701D

Tints of Olivetone #72701D

Color information

#72701D (or 0x72701D) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 1D. RGB value is (114,112,29). Sum of RGB (Red+Green+Blue) = 114+112+29=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72701D is #8D8FE2. Grayscale: #676767. Windows color (decimal): -9277411 or 1929330. OLE color: 1929330.

HSL color Cylindrical-coordinate representation of color #72701D: hue angle of 58.59º degrees, saturation: 0.59, 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 #72701D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11411229-
CMYK00.020.750.55
HSL58.59º59.44%28.04%-
HSV(B)58.59º74.56%44.71%-
XYZ12.9615.253.42-
YUV103.1486.16135.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=44.71%
G=43.92%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141122900.020.750.5558.5959.4428.04
Hex72701D024B373b3b1c
Octal162160350211367737334
Binary1110010111000011101010100101111011111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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