#726723

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

Shades of Olivetone #726723

Tints of Olivetone #726723

Color information

#726723 (or 0x726723) is unknown color: approx Olivetone. HEX triplet: 72, 67 and 23. RGB value is (114,103,35). Sum of RGB (Red+Green+Blue) = 114+103+35=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #726723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726723 is #8D98DC. Grayscale: #626262. Windows color (decimal): -9279709 or 2320242. OLE color: 2320242.

HSL color Cylindrical-coordinate representation of color #726723: hue angle of 51.65º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #726723 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB11410335-
CMYK00.100.690.55
HSL51.65º53.02%29.22%-
HSV(B)51.65º69.3%44.71%-
XYZ12.0913.43.54-
YUV98.5492.14139.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=45.24%
G=40.87%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141033500.100.690.5551.6553.0229.22
Hex7267230A453734351d
Octal1621474301210567646535
Binary1110010110011110001101010100010111011111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726723; }

 p { color: rgb(114,103,35); }

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

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

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

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

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

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

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