Html Css Color HEX #70947C Oxley

📋 copy color: '#70947C'

red 112 ◦ green 148 ◦ blue 124

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

Shades of Oxley #70947C

Tints of Oxley #70947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 29.17%
G = 38.54%
B = 32.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#70947C (or 0x70947C) is known color: Oxley. HEX triplet: 70, 94 and 7C. RGB value is (112,148,124). Sum of RGB (Red+Green+Blue) = 112+148+124=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #70947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947C is #8F6B83. Grayscale: #868686. Windows color (decimal): -9399172 or 8164464. OLE color: 8164464.

HSL color Cylindrical-coordinate representation of color #70947C: hue angle of 140º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70947C is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 124 -
CMYK 0.24 0 0.16 0.42
HSL 140º 0.14% 0.51% -
HSV(B) 140º 0.24% 0.58% -
XYZ 20.91 26.08 23 -
YUV 134.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 112 148 124 0.24 0 0.16 0.42 140 0.14 0.51
Hex 70 94 7C 18 0 10 2A 8C E 33
Octal 160 224 174 30 0 20 52 214 16 63
Binary 1110000 10010100 1111100 11000 0 10000 101010 10001100 1110 110011

Color Harmonies of #70947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70947C

Black with #70947C

Text Example


Text Example

White with #70947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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