#70937F

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

Shades of Oxley #70937F

Tints of Oxley #70937F

Color information

#70937F (or 0x70937F) is unknown color: approx Oxley. HEX triplet: 70, 93 and 7F. RGB value is (112,147,127). Sum of RGB (Red+Green+Blue) = 112+147+127=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #70937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70937F is #8F6C80. Grayscale: #868686. Windows color (decimal): -9399425 or 8360816. OLE color: 8360816.

HSL color Cylindrical-coordinate representation of color #70937F: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70937F is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB112147127-
CMYK0.2400.140.42
HSL145.71º13.94%50.78%-
HSV(B)145.71º23.81%57.65%-
XYZ20.9525.8423.96-
YUV134.26123.9112.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 127 (50% from 255) = 32.90%
R=29.02%
G=38.08%
B=32.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471270.2400.140.42145.7113.9450.78
Hex70937F180E2A92e33
Octal16022317730016522221663
Binary11100001001001111111111100001110101010100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70937F; }

 p { color: rgb(112,147,127); }

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

<style>
 a { background-color: #70937F; }

 a { background-color: rgb(112,147,127); }

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

<style>
 span { border-color: #70937F; }

 span { border-color: rgb(112,147,127); }

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