#70AB78

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

Shades of Oxley #70AB78

Tints of Oxley #70AB78

Color information

#70AB78 (or 0x70AB78) is unknown color: approx Oxley. HEX triplet: 70, AB and 78. RGB value is (112,171,120). Sum of RGB (Red+Green+Blue) = 112+171+120=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB78 is #8F5487. Grayscale: #939393. Windows color (decimal): -9393288 or 7908208. OLE color: 7908208.

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

Color convert

RGB112171120-
CMYK0.3500.300.33
HSL128.14º25.99%55.49%-
HSV(B)128.14º34.5%67.06%-
XYZ24.6433.9323.02-
YUV147.55112.45102.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=27.79%
G=42.43%
B=29.78%

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
Decimal1121711200.3500.300.33128.1425.9955.49
Hex70AB782301E21801a37
Octal16025317043036412003267
Binary11100001010101111110001000110111101000011000000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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