#709B83

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

Shades of Oxley #709B83

Tints of Oxley #709B83

Color information

#709B83 (or 0x709B83) is unknown color: approx Oxley. HEX triplet: 70, 9B and 83. RGB value is (112,155,131). Sum of RGB (Red+Green+Blue) = 112+155+131=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #709B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B83 is #8F647C. Grayscale: #8B8B8B. Windows color (decimal): -9397373 or 8625008. OLE color: 8625008.

HSL color Cylindrical-coordinate representation of color #709B83: hue angle of 146.51º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B83 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB112155131-
CMYK0.2800.150.39
HSL146.51º17.7%52.35%-
HSV(B)146.51º27.74%60.78%-
XYZ22.528.5325.79-
YUV139.41123.25108.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=28.14%
G=38.94%
B=32.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551310.2800.150.39146.5117.752.35
Hex709B831C0F27931234
Octal16023320334017472232264
Binary1110000100110111000001111100011111001111001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B83; }

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

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

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

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

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

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

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

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