#70A27D

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

Shades of Oxley #70A27D

Tints of Oxley #70A27D

Color information

#70A27D (or 0x70A27D) is unknown color: approx Oxley. HEX triplet: 70, A2 and 7D. RGB value is (112,162,125). Sum of RGB (Red+Green+Blue) = 112+162+125=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #70A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A27D is #8F5D82. Grayscale: #8E8E8E. Windows color (decimal): -9395587 or 8233584. OLE color: 8233584.

HSL color Cylindrical-coordinate representation of color #70A27D: hue angle of 135.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A27D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB112162125-
CMYK0.3100.230.36
HSL135.6º21.19%53.73%-
HSV(B)135.6º30.86%63.53%-
XYZ23.330.7724.11-
YUV142.83117.94106.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=28.07%
G=40.60%
B=31.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621250.3100.230.36135.621.1953.73
Hex70A27D1F01724881536
Octal16024217537027442102566
Binary1110000101000101111101111110101111001001000100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,125); }

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

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

 a { background-color: rgb(112,162,125); }

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

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

 span { border-color: rgb(112,162,125); }

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