#70977F

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

Shades of Oxley #70977F

Tints of Oxley #70977F

Color information

#70977F (or 0x70977F) is unknown color: approx Oxley. HEX triplet: 70, 97 and 7F. RGB value is (112,151,127). Sum of RGB (Red+Green+Blue) = 112+151+127=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #70977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977F is #8F6880. Grayscale: #888888. Windows color (decimal): -9398401 or 8361840. OLE color: 8361840.

HSL color Cylindrical-coordinate representation of color #70977F: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70977F is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB112151127-
CMYK0.2600.160.41
HSL143.08º15.79%51.57%-
HSV(B)143.08º25.83%59.22%-
XYZ21.5827.1124.17-
YUV136.6122.58110.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 127 (50% from 255) = 32.56%
R=28.72%
G=38.72%
B=32.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121511270.2600.160.41143.0815.7951.57
Hex70977F1A010298f1034
Octal16022717732020512172064
Binary1110000100101111111111110100100001010011000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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