#729879

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

Shades of Oxley #729879

Tints of Oxley #729879

Color information

#729879 (or 0x729879) is unknown color: approx Oxley. HEX triplet: 72, 98 and 79. RGB value is (114,152,121). Sum of RGB (Red+Green+Blue) = 114+152+121=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #729879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729879 is #8D6786. Grayscale: #898989. Windows color (decimal): -9267079 or 7968882. OLE color: 7968882.

HSL color Cylindrical-coordinate representation of color #729879: hue angle of 131.05º 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 #729879 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB114152121-
CMYK0.2500.200.40
HSL131.05º15.57%52.16%-
HSV(B)131.05º25%59.61%-
XYZ21.6227.4122.24-
YUV137.1118.91111.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=29.46%
G=39.28%
B=31.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521210.2500.200.40131.0515.5752.16
Hex7298791901428831034
Octal16223017131024502032064
Binary1110010100110001111001110010101001010001000001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729879; }

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

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

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

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

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

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

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

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