#70997F

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

Shades of Oxley #70997F

Tints of Oxley #70997F

Color information

#70997F (or 0x70997F) is unknown color: approx Oxley. HEX triplet: 70, 99 and 7F. RGB value is (112,153,127). Sum of RGB (Red+Green+Blue) = 112+153+127=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #70997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70997F is #8F6680. Grayscale: #898989. Windows color (decimal): -9397889 or 8362352. OLE color: 8362352.

HSL color Cylindrical-coordinate representation of color #70997F: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70997F is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB112153127-
CMYK0.2700.170.4
HSL141.95º16.73%51.96%-
HSV(B)141.95º26.8%60%-
XYZ21.927.7624.28-
YUV137.78121.92109.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 127 (50% from 255) = 32.40%
R=28.57%
G=39.03%
B=32.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531270.2700.170.4141.9516.7351.96
Hex70997F1B011288e1134
Octal16023117733021502162164
Binary1110000100110011111111110110100011010001000111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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