Html Css Color HEX #70937D Oxley

📋 copy color: '#70937D'

red 112 ◦ green 147 ◦ blue 125

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

Shades of Oxley #70937D

Tints of Oxley #70937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 29.17%
G = 38.28%
B = 32.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#70937D (or 0x70937D) is known color: Oxley. HEX triplet: 70, 93 and 7D. RGB value is (112,147,125). Sum of RGB (Red+Green+Blue) = 112+147+125=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #70937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70937D is #8F6C82. Grayscale: #868686. Windows color (decimal): -9399427 or 8229744. OLE color: 8229744.

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

Color convert

RGB 112 147 125 -
CMYK 0.24 0 0.15 0.42
HSL 142.29º 0.14% 0.51% -
HSV(B) 142.29º 0.24% 0.58% -
XYZ 20.82 25.79 23.28 -
YUV 134.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 112 147 125 0.24 0 0.15 0.42 142.29 0.14 0.51
Hex 70 93 7D 18 0 F 2A 8E E 33
Octal 160 223 175 30 0 17 52 216 16 63
Binary 1110000 10010011 1111101 11000 0 1111 101010 10001110 1110 110011

Color Harmonies of #70937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70937D

Black with #70937D

Text Example


Text Example

White with #70937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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