#729878

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

Shades of Oxley #729878

Tints of Oxley #729878

Color information

#729878 (or 0x729878) is unknown color: approx Oxley. HEX triplet: 72, 98 and 78. RGB value is (114,152,120). Sum of RGB (Red+Green+Blue) = 114+152+120=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #729878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729878 is #8D6787. Grayscale: #898989. Windows color (decimal): -9267080 or 7903346. OLE color: 7903346.

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

Color convert

RGB114152120-
CMYK0.2500.210.40
HSL129.47º15.57%52.16%-
HSV(B)129.47º25%59.61%-
XYZ21.5627.3921.92-
YUV136.99118.41111.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=29.53%
G=39.38%
B=31.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521200.2500.210.40129.4715.5752.16
Hex7298781901528811034
Octal16223017031025502012064
Binary1110010100110001111000110010101011010001000000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729878; }

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

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

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

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

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

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

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

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