#727733

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

Shades of Olivetone #727733

Tints of Olivetone #727733

Color information

#727733 (or 0x727733) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 33. RGB value is (114,119,51). Sum of RGB (Red+Green+Blue) = 114+119+51=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #727733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727733 is #8D88CC. Grayscale: #6E6E6E. Windows color (decimal): -9275597 or 3372914. OLE color: 3372914.

HSL color Cylindrical-coordinate representation of color #727733: hue angle of 64.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #727733 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB11411951-
CMYK0.0400.570.53
HSL64.41º40%33.33%-
HSV(B)64.41º57.14%46.67%-
XYZ14.1317.015.67-
YUV109.7594.84131.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=40.14%
G=41.90%
B=17.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119510.0400.570.5364.414033.33
Hex727733403935402821
Octal162167634071651005041
Binary1110010111011111001110001110011101011000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727733; }

 p { color: rgb(114,119,51); }

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

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

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

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

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

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

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