#70A681

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

Shades of Oxley #70A681

Tints of Oxley #70A681

Color information

#70A681 (or 0x70A681) is unknown color: approx Oxley. HEX triplet: 70, A6 and 81. RGB value is (112,166,129). Sum of RGB (Red+Green+Blue) = 112+166+129=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #70A681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A681 is #8F597E. Grayscale: #919191. Windows color (decimal): -9394559 or 8496752. OLE color: 8496752.

HSL color Cylindrical-coordinate representation of color #70A681: hue angle of 138.89º degrees, saturation: 0.23, 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 #70A681 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB112166129-
CMYK0.3300.220.35
HSL138.89º23.28%54.51%-
HSV(B)138.89º32.53%65.1%-
XYZ24.2832.325.72-
YUV145.64118.61104.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=27.52%
G=40.79%
B=31.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661290.3300.220.35138.8923.2854.51
Hex70A68121016238b1737
Octal16024620141026432132767
Binary111000010100110100000011000010101101000111000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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