#709D7E

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

Shades of Oxley #709D7E

Tints of Oxley #709D7E

Color information

#709D7E (or 0x709D7E) is unknown color: approx Oxley. HEX triplet: 70, 9D and 7E. RGB value is (112,157,126). Sum of RGB (Red+Green+Blue) = 112+157+126=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #709D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D7E is #8F6281. Grayscale: #8C8C8C. Windows color (decimal): -9396866 or 8297840. OLE color: 8297840.

HSL color Cylindrical-coordinate representation of color #709D7E: hue angle of 138.67º 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 #709D7E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB112157126-
CMYK0.2900.200.38
HSL138.67º18.67%52.75%-
HSV(B)138.67º28.66%61.57%-
XYZ22.529.0724.16-
YUV140.01120.09108.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=28.35%
G=39.75%
B=31.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571260.2900.200.38138.6718.6752.75
Hex709D7E1D014268b1335
Octal16023517635024462132365
Binary1110000100111011111110111010101001001101000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,157,126); }

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

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

 a { background-color: rgb(112,157,126); }

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

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

 span { border-color: rgb(112,157,126); }

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