#726928

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

Shades of Olivetone #726928

Tints of Olivetone #726928

Color information

#726928 (or 0x726928) is unknown color: approx Olivetone. HEX triplet: 72, 69 and 28. RGB value is (114,105,40). Sum of RGB (Red+Green+Blue) = 114+105+40=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #726928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726928 is #8D96D7. Grayscale: #646464. Windows color (decimal): -9279192 or 2648434. OLE color: 2648434.

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

Color convert

RGB11410540-
CMYK00.080.650.55
HSL52.7º48.05%30.2%-
HSV(B)52.7º64.91%44.71%-
XYZ12.3713.834.03-
YUV100.2893.98137.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=44.02%
G=40.54%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141054000.080.650.5552.748.0530.2
Hex72692808413735301e
Octal1621515001010167656036
Binary1110010110100110100001000100000111011111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726928; }

 p { color: rgb(114,105,40); }

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

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

 a { background-color: rgb(114,105,40); }

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

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

 span { border-color: rgb(114,105,40); }

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