Html Css Color HEX #70917E Oxley

📋 copy color: '#70917E'

red 112 ◦ green 145 ◦ blue 126

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

Shades of Oxley #70917E

Tints of Oxley #70917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 29.24%
G = 37.86%
B = 32.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#70917E (or 0x70917E) is known color: Oxley. HEX triplet: 70, 91 and 7E. RGB value is (112,145,126). Sum of RGB (Red+Green+Blue) = 112+145+126=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #70917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917E is #8F6E81. Grayscale: #858585. Windows color (decimal): -9399938 or 8294768. OLE color: 8294768.

HSL color Cylindrical-coordinate representation of color #70917E: hue angle of 145.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70917E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 126 -
CMYK 0.23 0 0.13 0.43
HSL 145.45º 0.13% 0.5% -
HSV(B) 145.45º 0.23% 0.57% -
XYZ 20.57 25.2 23.52 -
YUV 132.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 112 145 126 0.23 0 0.13 0.43 145.45 0.13 0.5
Hex 70 91 7E 17 0 D 2B 91 D 32
Octal 160 221 176 27 0 15 53 221 15 62
Binary 1110000 10010001 1111110 10111 0 1101 101011 10010001 1101 110010

Color Harmonies of #70917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70917E

Black with #70917E

Text Example


Text Example

White with #70917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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