#70987A

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

Shades of Oxley #70987A

Tints of Oxley #70987A

Color information

#70987A (or 0x70987A) is unknown color: approx Oxley. HEX triplet: 70, 98 and 7A. RGB value is (112,152,122). Sum of RGB (Red+Green+Blue) = 112+152+122=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #70987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70987A is #8F6785. Grayscale: #888888. Windows color (decimal): -9398150 or 8034416. OLE color: 8034416.

HSL color Cylindrical-coordinate representation of color #70987A: hue angle of 135º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70987A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB112152122-
CMYK0.2600.200.40
HSL135º16.26%51.76%-
HSV(B)135º26.32%59.61%-
XYZ21.4227.3122.55-
YUV136.62119.75110.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=29.02%
G=39.38%
B=31.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121521220.2600.200.4013516.2651.76
Hex70987A1A01428871034
Octal16023017232024502072064
Binary1110000100110001111010110100101001010001000011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70987A; }

 p { color: rgb(112,152,122); }

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

<style>
 a { background-color: #70987A; }

 a { background-color: rgb(112,152,122); }

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

<style>
 span { border-color: #70987A; }

 span { border-color: rgb(112,152,122); }

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