#727226

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

Shades of Olivetone #727226

Tints of Olivetone #727226

Color information

#727226 (or 0x727226) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 26. RGB value is (114,114,38). Sum of RGB (Red+Green+Blue) = 114+114+38=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727226 is #8D8DD9. Grayscale: #696969. Windows color (decimal): -9276890 or 2519666. OLE color: 2519666.

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

Color convert

RGB11411438-
CMYK000.670.55
HSL60º50%29.8%-
HSV(B)60º66.67%44.71%-
XYZ13.3115.754.17-
YUV105.3490134.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411438000.670.55605029.8
Hex7272260043373c321e
Octal162162460010367746236
Binary1110010111001010011000100001111011111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727226; }

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

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

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

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

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

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

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

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