#70967F

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

Shades of Oxley #70967F

Tints of Oxley #70967F

Color information

#70967F (or 0x70967F) is unknown color: approx Oxley. HEX triplet: 70, 96 and 7F. RGB value is (112,150,127). Sum of RGB (Red+Green+Blue) = 112+150+127=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #70967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70967F is #8F6980. Grayscale: #888888. Windows color (decimal): -9398657 or 8361584. OLE color: 8361584.

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

Color convert

RGB112150127-
CMYK0.2500.150.41
HSL143.68º15.32%51.37%-
HSV(B)143.68º25.33%58.82%-
XYZ21.4226.7924.12-
YUV136.02122.91110.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 127 (50% from 255) = 32.65%
R=28.79%
G=38.56%
B=32.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501270.2500.150.41143.6815.3251.37
Hex70967F190F2990f33
Octal16022617731017512201763
Binary11100001001011011111111100101111101001100100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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