#70A07B

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

Shades of Oxley #70A07B

Tints of Oxley #70A07B

Color information

#70A07B (or 0x70A07B) is unknown color: approx Oxley. HEX triplet: 70, A0 and 7B. RGB value is (112,160,123). Sum of RGB (Red+Green+Blue) = 112+160+123=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #70A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A07B is #8F5F84. Grayscale: #8D8D8D. Windows color (decimal): -9396101 or 8102000. OLE color: 8102000.

HSL color Cylindrical-coordinate representation of color #70A07B: hue angle of 133.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A07B is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB112160123-
CMYK0.3000.230.37
HSL133.75º20.17%53.33%-
HSV(B)133.75º30%62.75%-
XYZ22.8330.0223.33-
YUV141.43117.6107.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=28.35%
G=40.51%
B=31.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601230.3000.230.37133.7520.1753.33
Hex70A07B1E01725861435
Octal16024017336027452062465
Binary1110000101000001111011111100101111001011000011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,160,123); }

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

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

 a { background-color: rgb(112,160,123); }

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

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

 span { border-color: rgb(112,160,123); }

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