Html Css Color HEX #70907F Patina

📋 copy color: '#70907F'

red 112 ◦ green 144 ◦ blue 127

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

Shades of Patina #70907F

Tints of Patina #70907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 29.24%
G = 37.6%
B = 33.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#70907F (or 0x70907F) is known color: Patina. HEX triplet: 70, 90 and 7F. RGB value is (112,144,127). Sum of RGB (Red+Green+Blue) = 112+144+127=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #70907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907F is #8F6F80. Grayscale: #848484. Windows color (decimal): -9400193 or 8360048. OLE color: 8360048.

HSL color Cylindrical-coordinate representation of color #70907F: hue angle of 148.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70907F is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 127 -
CMYK 0.22 0 0.12 0.44
HSL 148.13º 0.13% 0.5% -
HSV(B) 148.13º 0.22% 0.56% -
XYZ 20.49 24.92 23.81 -
YUV 132.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 112 144 127 0.22 0 0.12 0.44 148.13 0.13 0.5
Hex 70 90 7F 16 0 C 2C 94 D 32
Octal 160 220 177 26 0 14 54 224 15 62
Binary 1110000 10010000 1111111 10110 0 1100 101100 10010100 1101 110010

Color Harmonies of #70907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70907F

Black with #70907F

Text Example


Text Example

White with #70907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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