#70967B

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

Shades of Oxley #70967B

Tints of Oxley #70967B

Color information

#70967B (or 0x70967B) is unknown color: approx Oxley. HEX triplet: 70, 96 and 7B. RGB value is (112,150,123). Sum of RGB (Red+Green+Blue) = 112+150+123=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #70967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70967B is #8F6984. Grayscale: #878787. Windows color (decimal): -9398661 or 8099440. OLE color: 8099440.

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

Color convert

RGB112150123-
CMYK0.2500.180.41
HSL137.37º15.32%51.37%-
HSV(B)137.37º25.33%58.82%-
XYZ21.1626.6922.77-
YUV135.56120.91111.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=29.09%
G=38.96%
B=31.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501230.2500.180.41137.3715.3251.37
Hex70967B190122989f33
Octal16022617331022512111763
Binary111000010010110111101111001010010101001100010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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