#709D7C

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

Shades of Oxley #709D7C

Tints of Oxley #709D7C

Color information

#709D7C (or 0x709D7C) is unknown color: approx Oxley. HEX triplet: 70, 9D and 7C. RGB value is (112,157,124). Sum of RGB (Red+Green+Blue) = 112+157+124=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #709D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D7C is #8F6283. Grayscale: #8B8B8B. Windows color (decimal): -9396868 or 8166768. OLE color: 8166768.

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

Color convert

RGB112157124-
CMYK0.2900.210.38
HSL136º18.67%52.75%-
HSV(B)136º28.66%61.57%-
XYZ22.3829.0123.49-
YUV139.78119.09108.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=28.50%
G=39.95%
B=31.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571240.2900.210.3813618.6752.75
Hex709D7C1D01526881335
Octal16023517435025462102365
Binary1110000100111011111100111010101011001101000100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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