#709D7A

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

Shades of Oxley #709D7A

Tints of Oxley #709D7A

Color information

#709D7A (or 0x709D7A) is unknown color: approx Oxley. HEX triplet: 70, 9D and 7A. RGB value is (112,157,122). Sum of RGB (Red+Green+Blue) = 112+157+122=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #709D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D7A is #8F6285. Grayscale: #8B8B8B. Windows color (decimal): -9396870 or 8035696. OLE color: 8035696.

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

Color convert

RGB112157122-
CMYK0.2900.220.38
HSL133.33º18.67%52.75%-
HSV(B)133.33º28.66%61.57%-
XYZ22.2528.9622.83-
YUV139.56118.09108.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 157 (61.72% from 255) = 40.15%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=28.64%
G=40.15%
B=31.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571220.2900.220.38133.3318.6752.75
Hex709D7A1D01626851335
Octal16023517235026462052365
Binary1110000100111011111010111010101101001101000010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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