#719983

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

Shades of Oxley #719983

Tints of Oxley #719983

Color information

#719983 (or 0x719983) is unknown color: approx Oxley. HEX triplet: 71, 99 and 83. RGB value is (113,153,131). Sum of RGB (Red+Green+Blue) = 113+153+131=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #719983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719983 is #8E667C. Grayscale: #8A8A8A. Windows color (decimal): -9332349 or 8624497. OLE color: 8624497.

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

Color convert

RGB113153131-
CMYK0.2600.140.4
HSL147º16.39%52.16%-
HSV(B)147º26.14%60%-
XYZ22.327.9325.69-
YUV138.53123.75109.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=28.46%
G=38.54%
B=33.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531310.2600.140.414716.3952.16
Hex7199831A0E28931034
Octal16123120332016502232064
Binary1110001100110011000001111010011101010001001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719983; }

 p { color: rgb(113,153,131); }

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

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

 a { background-color: rgb(113,153,131); }

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

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

 span { border-color: rgb(113,153,131); }

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