#709E76

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

Shades of Oxley #709E76

Tints of Oxley #709E76

Color information

#709E76 (or 0x709E76) is unknown color: approx Oxley. HEX triplet: 70, 9E and 76. RGB value is (112,158,118). Sum of RGB (Red+Green+Blue) = 112+158+118=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #709E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E76 is #8F6189. Grayscale: #8B8B8B. Windows color (decimal): -9396618 or 7773808. OLE color: 7773808.

HSL color Cylindrical-coordinate representation of color #709E76: hue angle of 127.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E76 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB112158118-
CMYK0.2900.250.38
HSL127.83º19.17%52.94%-
HSV(B)127.83º29.11%61.96%-
XYZ22.1829.2121.61-
YUV139.69115.76108.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=28.87%
G=40.72%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121581180.2900.250.38127.8319.1752.94
Hex709E761D01926801335
Octal16023616635031462002365
Binary1110000100111101110110111010110011001101000000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,118); }

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

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

 a { background-color: rgb(112,158,118); }

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

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

 span { border-color: rgb(112,158,118); }

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