#70A676

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

Shades of Oxley #70A676

Tints of Oxley #70A676

Color information

#70A676 (or 0x70A676) is unknown color: approx Oxley. HEX triplet: 70, A6 and 76. RGB value is (112,166,118). Sum of RGB (Red+Green+Blue) = 112+166+118=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #70A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A676 is #8F5989. Grayscale: #909090. Windows color (decimal): -9394570 or 7775856. OLE color: 7775856.

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

Color convert

RGB112166118-
CMYK0.3300.290.35
HSL126.67º23.28%54.51%-
HSV(B)126.67º32.53%65.1%-
XYZ23.5932.0322.08-
YUV144.38113.11104.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=28.28%
G=41.92%
B=29.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661180.3300.290.35126.6723.2854.51
Hex70A6762101D237f1737
Octal16024616641035431772767
Binary1110000101001101110110100001011101100011111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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