#726823

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

Shades of Olivetone #726823

Tints of Olivetone #726823

Color information

#726823 (or 0x726823) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 23. RGB value is (114,104,35). Sum of RGB (Red+Green+Blue) = 114+104+35=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726823 is #8D97DC. Grayscale: #636363. Windows color (decimal): -9279453 or 2320498. OLE color: 2320498.

HSL color Cylindrical-coordinate representation of color #726823: hue angle of 52.41º 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 #726823 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB11410435-
CMYK00.090.690.55
HSL52.41º53.02%29.22%-
HSV(B)52.41º69.3%44.71%-
XYZ12.1913.63.57-
YUV99.1291.81138.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=45.06%
G=41.11%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141043500.090.690.5552.4153.0229.22
Hex72682309453734351d
Octal1621504301110567646535
Binary1110010110100010001101001100010111011111010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726823; }

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

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

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

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

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

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

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

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