#70AC78

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

Shades of Oxley #70AC78

Tints of Oxley #70AC78

Color information

#70AC78 (or 0x70AC78) is unknown color: approx Oxley. HEX triplet: 70, AC and 78. RGB value is (112,172,120). Sum of RGB (Red+Green+Blue) = 112+172+120=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC78 is #8F5387. Grayscale: #949494. Windows color (decimal): -9393032 or 7908464. OLE color: 7908464.

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

Color convert

RGB112172120-
CMYK0.3500.300.33
HSL128º26.55%55.69%-
HSV(B)128º34.88%67.45%-
XYZ24.8234.3123.08-
YUV148.13112.12102.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=27.72%
G=42.57%
B=29.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721200.3500.300.3312826.5555.69
Hex70AC782301E21801b38
Octal16025417043036412003370
Binary11100001010110011110001000110111101000011000000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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