Html Css Color HEX #70917C Oxley

📋 copy color: '#70917C'

red 112 ◦ green 145 ◦ blue 124

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

Shades of Oxley #70917C

Tints of Oxley #70917C

RGB

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

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

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

R = 29.4%
G = 38.06%
B = 32.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#70917C (or 0x70917C) is known color: Oxley. HEX triplet: 70, 91 and 7C. RGB value is (112,145,124). Sum of RGB (Red+Green+Blue) = 112+145+124=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #70917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917C is #8F6E83. Grayscale: #848484. Windows color (decimal): -9399940 or 8163696. OLE color: 8163696.

HSL color Cylindrical-coordinate representation of color #70917C: hue angle of 141.82º 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 #70917C is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 124 -
CMYK 0.23 0 0.14 0.43
HSL 141.82º 0.13% 0.5% -
HSV(B) 141.82º 0.23% 0.57% -
XYZ 20.45 25.15 22.85 -
YUV 132.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 112 145 124 0.23 0 0.14 0.43 141.82 0.13 0.5
Hex 70 91 7C 17 0 E 2B 8E D 32
Octal 160 221 174 27 0 16 53 216 15 62
Binary 1110000 10010001 1111100 10111 0 1110 101011 10001110 1101 110010

Color Harmonies of #70917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70917C

Black with #70917C

Text Example


Text Example

White with #70917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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