#70A67C

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

Shades of Oxley #70A67C

Tints of Oxley #70A67C

Color information

#70A67C (or 0x70A67C) is unknown color: approx Oxley. HEX triplet: 70, A6 and 7C. RGB value is (112,166,124). Sum of RGB (Red+Green+Blue) = 112+166+124=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #70A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A67C is #8F5983. Grayscale: #919191. Windows color (decimal): -9394564 or 8169072. OLE color: 8169072.

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

Color convert

RGB112166124-
CMYK0.3300.250.35
HSL133.33º23.28%54.51%-
HSV(B)133.33º32.53%65.1%-
XYZ23.9632.1724.02-
YUV145.07116.11104.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=27.86%
G=41.29%
B=30.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661240.3300.250.35133.3323.2854.51
Hex70A67C2101923851737
Octal16024617441031432052767
Binary11100001010011011111001000010110011000111000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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