#70967A

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

Shades of Oxley #70967A

Tints of Oxley #70967A

Color information

#70967A (or 0x70967A) is unknown color: approx Oxley. HEX triplet: 70, 96 and 7A. RGB value is (112,150,122). Sum of RGB (Red+Green+Blue) = 112+150+122=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #70967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70967A is #8F6985. Grayscale: #878787. Windows color (decimal): -9398662 or 8033904. OLE color: 8033904.

HSL color Cylindrical-coordinate representation of color #70967A: hue angle of 135.79º 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 #70967A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB112150122-
CMYK0.2500.190.41
HSL135.79º15.32%51.37%-
HSV(B)135.79º25.33%58.82%-
XYZ21.126.6622.45-
YUV135.45120.41111.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=29.17%
G=39.06%
B=31.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501220.2500.190.41135.7915.3251.37
Hex70967A190132988f33
Octal16022617231023512101763
Binary111000010010110111101011001010011101001100010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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