Html Css Color HEX #70947F Oxley

📋 copy color: '#70947F'

red 112 ◦ green 148 ◦ blue 127

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

Shades of Oxley #70947F

Tints of Oxley #70947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 28.94%
G = 38.24%
B = 32.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#70947F (or 0x70947F) is known color: Oxley. HEX triplet: 70, 94 and 7F. RGB value is (112,148,127). Sum of RGB (Red+Green+Blue) = 112+148+127=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #70947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947F is #8F6B80. Grayscale: #868686. Windows color (decimal): -9399169 or 8361072. OLE color: 8361072.

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

Color convert

RGB 112 148 127 -
CMYK 0.24 0 0.14 0.42
HSL 145º 0.14% 0.51% -
HSV(B) 145º 0.24% 0.58% -
XYZ 21.1 26.16 24.02 -
YUV 134.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 112 148 127 0.24 0 0.14 0.42 145 0.14 0.51
Hex 70 94 7F 18 0 E 2A 91 E 33
Octal 160 224 177 30 0 16 52 221 16 63
Binary 1110000 10010100 1111111 11000 0 1110 101010 10010001 1110 110011

Color Harmonies of #70947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70947F

Black with #70947F

Text Example


Text Example

White with #70947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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