Html Css Color HEX #70907C Oxley

📋 copy color: '#70907C'

red 112 ◦ green 144 ◦ blue 124

#70907C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #70907C

Tints of Oxley #70907C

RGB

 RED value IS 112 (44.14% from 255) = 29.47%

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 29.47%
G = 37.89%
B = 32.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#70907C (or 0x70907C) is known color: Oxley. HEX triplet: 70, 90 and 7C. RGB value is (112,144,124). Sum of RGB (Red+Green+Blue) = 112+144+124=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #70907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907C is #8F6F83. Grayscale: #848484. Windows color (decimal): -9400196 or 8163440. OLE color: 8163440.

HSL color Cylindrical-coordinate representation of color #70907C: hue angle of 142.5º 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 #70907C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 124 -
CMYK 0.22 0 0.14 0.44
HSL 142.5º 0.13% 0.5% -
HSV(B) 142.5º 0.22% 0.56% -
XYZ 20.29 24.85 22.8 -
YUV 132.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 112 144 124 0.22 0 0.14 0.44 142.5 0.13 0.5
Hex 70 90 7C 16 0 E 2C 8E D 32
Octal 160 220 174 26 0 16 54 216 15 62
Binary 1110000 10010000 1111100 10110 0 1110 101100 10001110 1101 110010

Color Harmonies of #70907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70907C

Black with #70907C

Text Example


Text Example

White with #70907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70907C;
 }
 .AnyTagClassName
 {
   color: #70907C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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