#72731C

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

Shades of Olivetone #72731C

Tints of Olivetone #72731C

Color information

#72731C (or 0x72731C) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 1C. RGB value is (114,115,28). Sum of RGB (Red+Green+Blue) = 114+115+28=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #72731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72731C is #8D8CE3. Grayscale: #696969. Windows color (decimal): -9276644 or 1864562. OLE color: 1864562.

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

Color convert

RGB11411528-
CMYK0.0100.760.55
HSL60.69º60.84%28.04%-
HSV(B)60.69º75.65%45.1%-
XYZ13.2815.923.47-
YUV104.7884.67134.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=44.36%
G=44.75%
B=10.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115280.0100.760.5560.6960.8428.04
Hex72731C104C373d3d1c
Octal162163341011467757534
Binary111001011100111110010100110011011111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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