#729877

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

Shades of Oxley #729877

Tints of Oxley #729877

Color information

#729877 (or 0x729877) is unknown color: approx Oxley. HEX triplet: 72, 98 and 77. RGB value is (114,152,119). Sum of RGB (Red+Green+Blue) = 114+152+119=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #729877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729877 is #8D6788. Grayscale: #888888. Windows color (decimal): -9267081 or 7837810. OLE color: 7837810.

HSL color Cylindrical-coordinate representation of color #729877: hue angle of 127.89º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729877 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB114152119-
CMYK0.2500.220.40
HSL127.89º15.57%52.16%-
HSV(B)127.89º25%59.61%-
XYZ21.527.3721.6-
YUV136.88117.91111.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=29.61%
G=39.48%
B=30.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521190.2500.220.40127.8915.5752.16
Hex7298771901628801034
Octal16223016731026502002064
Binary1110010100110001110111110010101101010001000000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729877; }

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

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

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

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

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

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

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

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