#70A781

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

Shades of Oxley #70A781

Tints of Oxley #70A781

Color information

#70A781 (or 0x70A781) is unknown color: approx Oxley. HEX triplet: 70, A7 and 81. RGB value is (112,167,129). Sum of RGB (Red+Green+Blue) = 112+167+129=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #70A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A781 is #8F587E. Grayscale: #929292. Windows color (decimal): -9394303 or 8497008. OLE color: 8497008.

HSL color Cylindrical-coordinate representation of color #70A781: hue angle of 138.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A781 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB112167129-
CMYK0.3300.230.35
HSL138.55º23.81%54.71%-
HSV(B)138.55º32.93%65.49%-
XYZ24.4632.6725.78-
YUV146.22118.28103.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=27.45%
G=40.93%
B=31.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121671290.3300.230.35138.5523.8154.71
Hex70A78121017238b1837
Octal16024720141027432133067
Binary111000010100111100000011000010101111000111000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,129); }

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

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

 a { background-color: rgb(112,167,129); }

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

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

 span { border-color: rgb(112,167,129); }

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