#709983

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

Shades of Oxley #709983

Tints of Oxley #709983

Color information

#709983 (or 0x709983) is unknown color: approx Oxley. HEX triplet: 70, 99 and 83. RGB value is (112,153,131). Sum of RGB (Red+Green+Blue) = 112+153+131=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #709983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709983 is #8F667C. Grayscale: #8A8A8A. Windows color (decimal): -9397885 or 8624496. OLE color: 8624496.

HSL color Cylindrical-coordinate representation of color #709983: 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 #709983 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB112153131-
CMYK0.2700.140.4
HSL147.8º16.73%51.96%-
HSV(B)147.8º26.8%60%-
XYZ22.1727.8725.68-
YUV138.23123.92109.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=28.28%
G=38.64%
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.4
SystemRedGreenBlueCMYKHSL
Decimal1121531310.2700.140.4147.816.7351.96
Hex7099831B0E28941134
Octal16023120333016502242164
Binary1110000100110011000001111011011101010001001010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709983; }

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

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

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

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

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

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

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

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