#719A84

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

Shades of Oxley #719A84

Tints of Oxley #719A84

Color information

#719A84 (or 0x719A84) is unknown color: approx Oxley. HEX triplet: 71, 9A and 84. RGB value is (113,154,132). Sum of RGB (Red+Green+Blue) = 113+154+132=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #719A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A84 is #8E657B. Grayscale: #8B8B8B. Windows color (decimal): -9332092 or 8690289. OLE color: 8690289.

HSL color Cylindrical-coordinate representation of color #719A84: hue angle of 147.8º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A84 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB113154132-
CMYK0.2700.140.40
HSL147.8º16.87%52.35%-
HSV(B)147.8º26.62%60.39%-
XYZ22.5328.2926.1-
YUV139.23123.92109.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=28.32%
G=38.60%
B=33.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131541320.2700.140.40147.816.8752.35
Hex719A841B0E28941134
Octal16123220433016502242164
Binary1110001100110101000010011011011101010001001010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A84; }

 p { color: rgb(113,154,132); }

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

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

 a { background-color: rgb(113,154,132); }

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

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

 span { border-color: rgb(113,154,132); }

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