#70957E

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

Shades of Oxley #70957E

Tints of Oxley #70957E

Color information

#70957E (or 0x70957E) is unknown color: approx Oxley. HEX triplet: 70, 95 and 7E. RGB value is (112,149,126). Sum of RGB (Red+Green+Blue) = 112+149+126=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #70957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70957E is #8F6A81. Grayscale: #878787. Windows color (decimal): -9398914 or 8295792. OLE color: 8295792.

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

Color convert

RGB112149126-
CMYK0.2500.150.42
HSL142.7º14.86%51.18%-
HSV(B)142.7º24.83%58.43%-
XYZ21.226.4523.73-
YUV135.32122.74111.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=28.94%
G=38.50%
B=32.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491260.2500.150.42142.714.8651.18
Hex70957E190F2A8ff33
Octal16022517631017522171763
Binary11100001001010111111101100101111101010100011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70957E; }

 p { color: rgb(112,149,126); }

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

<style>
 a { background-color: #70957E; }

 a { background-color: rgb(112,149,126); }

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

<style>
 span { border-color: #70957E; }

 span { border-color: rgb(112,149,126); }

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