Html Css Color HEX #70887F Patina

📋 copy color: '#70887F'

red 112 ◦ green 136 ◦ blue 127

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

Shades of Patina #70887F

Tints of Patina #70887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 127 (50% from 255) = 33.87%

R = 29.87%
G = 36.27%
B = 33.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#70887F (or 0x70887F) is known color: Patina. HEX triplet: 70, 88 and 7F. RGB value is (112,136,127). Sum of RGB (Red+Green+Blue) = 112+136+127=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #70887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887F is #8F7780. Grayscale: #7F7F7F. Windows color (decimal): -9402241 or 8358000. OLE color: 8358000.

HSL color Cylindrical-coordinate representation of color #70887F: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70887F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 127 -
CMYK 0.18 0 0.07 0.47
HSL 157.5º 0.1% 0.49% -
HSV(B) 157.5º 0.18% 0.53% -
XYZ 19.32 22.59 23.42 -
YUV 127.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 112 136 127 0.18 0 0.07 0.47 157.5 0.1 0.49
Hex 70 88 7F 12 0 7 2F 9E A 31
Octal 160 210 177 22 0 7 57 236 12 61
Binary 1110000 10001000 1111111 10010 0 111 101111 10011110 1010 110001

Color Harmonies of #70887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70887F

Black with #70887F

Text Example


Text Example

White with #70887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70887F; }

 p { color: rgb(112,136,127); }

 H1.HeaderClassName
 {
   color: #70887F;
 }
 .AnyTagClassName
 {
   color: #70887F;
 }
</style>

background-color css

<style>
 a { background-color: #70887F; }

 a { background-color: rgb(112,136,127); }

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

border-color css

<style>
 span { border-color: #70887F; }

 span { border-color: rgb(112,136,127); }

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