#70A271

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

Shades of Oxley #70A271

Tints of Oxley #70A271

Color information

#70A271 (or 0x70A271) is unknown color: approx Oxley. HEX triplet: 70, A2 and 71. RGB value is (112,162,113). Sum of RGB (Red+Green+Blue) = 112+162+113=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #70A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A271 is #8F5D8E. Grayscale: #8D8D8D. Windows color (decimal): -9395599 or 7447152. OLE color: 7447152.

HSL color Cylindrical-coordinate representation of color #70A271: hue angle of 121.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 #70A271 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB112162113-
CMYK0.3100.300.36
HSL121.2º21.19%53.73%-
HSV(B)121.2º30.86%63.53%-
XYZ22.5830.4820.32-
YUV141.46111.94106.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=28.94%
G=41.86%
B=29.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621130.3100.300.36121.221.1953.73
Hex70A2711F01E24791536
Octal16024216137036441712566
Binary111000010100010111000111111011110100100111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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