#70907D

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

Shades of Oxley #70907D

Tints of Oxley #70907D

Color information

#70907D (or 0x70907D) is unknown color: approx Oxley. HEX triplet: 70, 90 and 7D. RGB value is (112,144,125). Sum of RGB (Red+Green+Blue) = 112+144+125=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #70907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907D is #8F6F82. Grayscale: #848484. Windows color (decimal): -9400195 or 8228976. OLE color: 8228976.

HSL color Cylindrical-coordinate representation of color #70907D: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70907D is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB112144125-
CMYK0.2200.130.44
HSL144.38º12.6%50.2%-
HSV(B)144.38º22.22%56.47%-
XYZ20.3624.8723.13-
YUV132.27123.9113.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=29.40%
G=37.80%
B=32.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441250.2200.130.44144.3812.650.2
Hex70907D160D2C90d32
Octal16022017526015542201562
Binary11100001001000011111011011001101101100100100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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