#70AC7F

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

Shades of Oxley #70AC7F

Tints of Oxley #70AC7F

Color information

#70AC7F (or 0x70AC7F) is unknown color: approx Oxley. HEX triplet: 70, AC and 7F. RGB value is (112,172,127). Sum of RGB (Red+Green+Blue) = 112+172+127=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7F is #8F5380. Grayscale: #959595. Windows color (decimal): -9393025 or 8367216. OLE color: 8367216.

HSL color Cylindrical-coordinate representation of color #70AC7F: hue angle of 135º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC7F is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB112172127-
CMYK0.3500.260.33
HSL135º26.55%55.69%-
HSV(B)135º34.88%67.45%-
XYZ25.2734.4825.4-
YUV148.93115.62101.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 127 (50% from 255) = 30.90%
R=27.25%
G=41.85%
B=30.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721270.3500.260.3313526.5555.69
Hex70AC7F2301A21871b38
Octal16025417743032412073370
Binary11100001010110011111111000110110101000011000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,127); }

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

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

 a { background-color: rgb(112,172,127); }

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

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

 span { border-color: rgb(112,172,127); }

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