Html Css Color HEX #70867F Patina

📋 copy color: '#70867F'

red 112 ◦ green 134 ◦ blue 127

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

Shades of Patina #70867F

Tints of Patina #70867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 30.03%
G = 35.92%
B = 34.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#70867F (or 0x70867F) is known color: Patina. HEX triplet: 70, 86 and 7F. RGB value is (112,134,127). Sum of RGB (Red+Green+Blue) = 112+134+127=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #70867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70867F is #8F7980. Grayscale: #7E7E7E. Windows color (decimal): -9402753 or 8357488. OLE color: 8357488.

HSL color Cylindrical-coordinate representation of color #70867F: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70867F is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 127 -
CMYK 0.16 0 0.05 0.47
HSL 160.91º 0.09% 0.48% -
HSV(B) 160.91º 0.16% 0.53% -
XYZ 19.04 22.03 23.33 -
YUV 126.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 112 134 127 0.16 0 0.05 0.47 160.91 0.09 0.48
Hex 70 86 7F 10 0 5 2F A1 9 30
Octal 160 206 177 20 0 5 57 241 11 60
Binary 1110000 10000110 1111111 10000 0 101 101111 10100001 1001 110000

Color Harmonies of #70867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70867F

Black with #70867F

Text Example


Text Example

White with #70867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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