Html Css Color HEX #70867D Patina

📋 copy color: '#70867D'

red 112 ◦ green 134 ◦ blue 125

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

Shades of Patina #70867D

Tints of Patina #70867D

RGB

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

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

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

R = 30.19%
G = 36.12%
B = 33.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#70867D (or 0x70867D) is known color: Patina. HEX triplet: 70, 86 and 7D. RGB value is (112,134,125). Sum of RGB (Red+Green+Blue) = 112+134+125=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #70867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70867D is #8F7982. Grayscale: #7E7E7E. Windows color (decimal): -9402755 or 8226416. OLE color: 8226416.

HSL color Cylindrical-coordinate representation of color #70867D: hue angle of 155.45º 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 #70867D is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 125 -
CMYK 0.16 0 0.07 0.47
HSL 155.45º 0.09% 0.48% -
HSV(B) 155.45º 0.16% 0.53% -
XYZ 18.91 21.98 22.65 -
YUV 126.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 112 134 125 0.16 0 0.07 0.47 155.45 0.09 0.48
Hex 70 86 7D 10 0 7 2F 9B 9 30
Octal 160 206 175 20 0 7 57 233 11 60
Binary 1110000 10000110 1111101 10000 0 111 101111 10011011 1001 110000

Color Harmonies of #70867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70867D

Black with #70867D

Text Example


Text Example

White with #70867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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