Html Css Color HEX #70947E Oxley

📋 copy color: '#70947E'

red 112 ◦ green 148 ◦ blue 126

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

Shades of Oxley #70947E

Tints of Oxley #70947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 29.02%
G = 38.34%
B = 32.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#70947E (or 0x70947E) is known color: Oxley. HEX triplet: 70, 94 and 7E. RGB value is (112,148,126). Sum of RGB (Red+Green+Blue) = 112+148+126=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #70947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947E is #8F6B81. Grayscale: #868686. Windows color (decimal): -9399170 or 8295536. OLE color: 8295536.

HSL color Cylindrical-coordinate representation of color #70947E: hue angle of 143.33º 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 #70947E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 126 -
CMYK 0.24 0 0.15 0.42
HSL 143.33º 0.14% 0.51% -
HSV(B) 143.33º 0.24% 0.58% -
XYZ 21.04 26.13 23.67 -
YUV 134.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 112 148 126 0.24 0 0.15 0.42 143.33 0.14 0.51
Hex 70 94 7E 18 0 F 2A 8F E 33
Octal 160 224 176 30 0 17 52 217 16 63
Binary 1110000 10010100 1111110 11000 0 1111 101010 10001111 1110 110011

Color Harmonies of #70947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70947E

Black with #70947E

Text Example


Text Example

White with #70947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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