Html Css Color HEX #70897E Patina

📋 copy color: '#70897E'

red 112 ◦ green 137 ◦ blue 126

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

Shades of Patina #70897E

Tints of Patina #70897E

RGB

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

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

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

R = 29.87%
G = 36.53%
B = 33.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#70897E (or 0x70897E) is known color: Patina. HEX triplet: 70, 89 and 7E. RGB value is (112,137,126). Sum of RGB (Red+Green+Blue) = 112+137+126=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #70897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70897E is #8F7681. Grayscale: #808080. Windows color (decimal): -9401986 or 8292720. OLE color: 8292720.

HSL color Cylindrical-coordinate representation of color #70897E: hue angle of 153.6º 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 #70897E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 126 -
CMYK 0.18 0 0.08 0.46
HSL 153.6º 0.1% 0.49% -
HSV(B) 153.6º 0.18% 0.54% -
XYZ 19.39 22.84 23.13 -
YUV 128.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 112 137 126 0.18 0 0.08 0.46 153.6 0.1 0.49
Hex 70 89 7E 12 0 8 2E 9A A 31
Octal 160 211 176 22 0 10 56 232 12 61
Binary 1110000 10001001 1111110 10010 0 1000 101110 10011010 1010 110001

Color Harmonies of #70897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70897E

Black with #70897E

Text Example


Text Example

White with #70897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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