Html Css Color HEX #70917D Oxley

📋 copy color: '#70917D'

red 112 ◦ green 145 ◦ blue 125

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

Shades of Oxley #70917D

Tints of Oxley #70917D

RGB

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

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

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

R = 29.32%
G = 37.96%
B = 32.72%

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

#70917D (or 0x70917D) is known color: Oxley. HEX triplet: 70, 91 and 7D. RGB value is (112,145,125). Sum of RGB (Red+Green+Blue) = 112+145+125=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #70917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917D is #8F6E82. Grayscale: #848484. Windows color (decimal): -9399939 or 8229232. OLE color: 8229232.

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

Color convert

RGB 112 145 125 -
CMYK 0.23 0 0.14 0.43
HSL 143.64º 0.13% 0.5% -
HSV(B) 143.64º 0.23% 0.57% -
XYZ 20.51 25.18 23.18 -
YUV 132.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 112 145 125 0.23 0 0.14 0.43 143.64 0.13 0.5
Hex 70 91 7D 17 0 E 2B 90 D 32
Octal 160 221 175 27 0 16 53 220 15 62
Binary 1110000 10010001 1111101 10111 0 1110 101011 10010000 1101 110010

Color Harmonies of #70917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70917D

Black with #70917D

Text Example


Text Example

White with #70917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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