#727826

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

Shades of Olivetone #727826

Tints of Olivetone #727826

Color information

#727826 (or 0x727826) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 26. RGB value is (114,120,38). Sum of RGB (Red+Green+Blue) = 114+120+38=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #727826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727826 is #8D87D9. Grayscale: #6D6D6D. Windows color (decimal): -9275354 or 2521202. OLE color: 2521202.

HSL color Cylindrical-coordinate representation of color #727826: hue angle of 64.39º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #727826 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB11412038-
CMYK0.0500.680.53
HSL64.39º51.9%30.98%-
HSV(B)64.39º68.33%47.06%-
XYZ14.0117.154.41-
YUV108.8688.01131.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=41.91%
G=44.12%
B=13.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120380.0500.680.5364.3951.930.98
Hex72782650443540341f
Octal1621704650104651006437
Binary1110010111100010011010101000100110101100000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727826; }

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

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

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

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

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

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

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

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