#70A280

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

Shades of Oxley #70A280

Tints of Oxley #70A280

Color information

#70A280 (or 0x70A280) is unknown color: approx Oxley. HEX triplet: 70, A2 and 80. RGB value is (112,162,128). Sum of RGB (Red+Green+Blue) = 112+162+128=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #70A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A280 is #8F5D7F. Grayscale: #8F8F8F. Windows color (decimal): -9395584 or 8430192. OLE color: 8430192.

HSL color Cylindrical-coordinate representation of color #70A280: hue angle of 139.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A280 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB112162128-
CMYK0.3100.210.36
HSL139.2º21.19%53.73%-
HSV(B)139.2º30.86%63.53%-
XYZ23.530.8425.14-
YUV143.17119.44105.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=27.86%
G=40.30%
B=31.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621280.3100.210.36139.221.1953.73
Hex70A2801F015248b1536
Octal16024220037025442132566
Binary11100001010001010000000111110101011001001000101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A280; }

 p { color: rgb(112,162,128); }

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

<style>
 a { background-color: #70A280; }

 a { background-color: rgb(112,162,128); }

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

<style>
 span { border-color: #70A280; }

 span { border-color: rgb(112,162,128); }

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