Html Css Color HEX #70897B Oxley

📋 copy color: '#70897B'

red 112 ◦ green 137 ◦ blue 123

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

Shades of Oxley #70897B

Tints of Oxley #70897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 30.11%
G = 36.83%
B = 33.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#70897B (or 0x70897B) is known color: Oxley. HEX triplet: 70, 89 and 7B. RGB value is (112,137,123). Sum of RGB (Red+Green+Blue) = 112+137+123=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #70897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70897B is #8F7684. Grayscale: #7F7F7F. Windows color (decimal): -9401989 or 8096112. OLE color: 8096112.

HSL color Cylindrical-coordinate representation of color #70897B: hue angle of 146.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70897B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 123 -
CMYK 0.18 0 0.10 0.46
HSL 146.4º 0.1% 0.49% -
HSV(B) 146.4º 0.18% 0.54% -
XYZ 19.2 22.77 22.12 -
YUV 127.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 112 137 123 0.18 0 0.10 0.46 146.4 0.1 0.49
Hex 70 89 7B 12 0 A 2E 92 A 31
Octal 160 211 173 22 0 12 56 222 12 61
Binary 1110000 10001001 1111011 10010 0 1010 101110 10010010 1010 110001

Color Harmonies of #70897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70897B

Black with #70897B

Text Example


Text Example

White with #70897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70897B; }

 p { color: rgb(112,137,123); }

 H1.HeaderClassName
 {
   color: #70897B;
 }
 .AnyTagClassName
 {
   color: #70897B;
 }
</style>

background-color css

<style>
 a { background-color: #70897B; }

 a { background-color: rgb(112,137,123); }

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

border-color css

<style>
 span { border-color: #70897B; }

 span { border-color: rgb(112,137,123); }

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