#726826

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

Shades of Olivetone #726826

Tints of Olivetone #726826

Color information

#726826 (or 0x726826) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 26. RGB value is (114,104,38). Sum of RGB (Red+Green+Blue) = 114+104+38=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726826 is #8D97D9. Grayscale: #636363. Windows color (decimal): -9279450 or 2517106. OLE color: 2517106.

HSL color Cylindrical-coordinate representation of color #726826: hue angle of 52.11º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #726826 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB11410438-
CMYK00.090.670.55
HSL52.11º50%29.8%-
HSV(B)52.11º66.67%44.71%-
XYZ12.2413.623.82-
YUV99.4793.31138.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=44.53%
G=40.62%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141043800.090.670.5552.115029.8
Hex72682609433734321e
Octal1621504601110367646236
Binary1110010110100010011001001100001111011111010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726826; }

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

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

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

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

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

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

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

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