#70937D

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

Shades of Oxley #70937D

Tints of Oxley #70937D

Color information

#70937D (or 0x70937D) is unknown color: approx Oxley. HEX triplet: 70, 93 and 7D. RGB value is (112,147,125). Sum of RGB (Red+Green+Blue) = 112+147+125=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #70937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70937D is #8F6C82. Grayscale: #868686. Windows color (decimal): -9399427 or 8229744. OLE color: 8229744.

HSL color Cylindrical-coordinate representation of color #70937D: hue angle of 142.29º 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 #70937D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB112147125-
CMYK0.2400.150.42
HSL142.29º13.94%50.78%-
HSV(B)142.29º23.81%57.65%-
XYZ20.8225.7923.28-
YUV134.03122.9112.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=29.17%
G=38.28%
B=32.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471250.2400.150.42142.2913.9450.78
Hex70937D180F2A8ee33
Octal16022317530017522161663
Binary11100001001001111111011100001111101010100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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