#70907A

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

Shades of Oxley #70907A

Tints of Oxley #70907A

Color information

#70907A (or 0x70907A) is unknown color: approx Oxley. HEX triplet: 70, 90 and 7A. RGB value is (112,144,122). Sum of RGB (Red+Green+Blue) = 112+144+122=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #70907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907A is #8F6F85. Grayscale: #838383. Windows color (decimal): -9400198 or 8032368. OLE color: 8032368.

HSL color Cylindrical-coordinate representation of color #70907A: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70907A is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB112144122-
CMYK0.2200.150.44
HSL138.75º12.6%50.2%-
HSV(B)138.75º22.22%56.47%-
XYZ20.1724.822.14-
YUV131.92122.4113.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=29.63%
G=38.10%
B=32.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441220.2200.150.44138.7512.650.2
Hex70907A160F2C8bd32
Octal16022017226017542131562
Binary11100001001000011110101011001111101100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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