Html Css Color HEX #70947D Oxley

📋 copy color: '#70947D'

red 112 ◦ green 148 ◦ blue 125

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

Shades of Oxley #70947D

Tints of Oxley #70947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 29.09%
G = 38.44%
B = 32.47%

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

#70947D (or 0x70947D) is known color: Oxley. HEX triplet: 70, 94 and 7D. RGB value is (112,148,125). Sum of RGB (Red+Green+Blue) = 112+148+125=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #70947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947D is #8F6B82. Grayscale: #868686. Windows color (decimal): -9399171 or 8230000. OLE color: 8230000.

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

Color convert

RGB 112 148 125 -
CMYK 0.24 0 0.16 0.42
HSL 141.67º 0.14% 0.51% -
HSV(B) 141.67º 0.24% 0.58% -
XYZ 20.97 26.11 23.34 -
YUV 134.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 112 148 125 0.24 0 0.16 0.42 141.67 0.14 0.51
Hex 70 94 7D 18 0 10 2A 8E E 33
Octal 160 224 175 30 0 20 52 216 16 63
Binary 1110000 10010100 1111101 11000 0 10000 101010 10001110 1110 110011

Color Harmonies of #70947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70947D

Black with #70947D

Text Example


Text Example

White with #70947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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