Html Css Color HEX #709682 Patina

📋 copy color: '#709682'

red 112 ◦ green 150 ◦ blue 130

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

Shades of Patina #709682

Tints of Patina #709682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 28.57%
G = 38.27%
B = 33.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#709682 (or 0x709682) is known color: Patina. HEX triplet: 70, 96 and 82. RGB value is (112,150,130). Sum of RGB (Red+Green+Blue) = 112+150+130=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #709682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709682 is #8F697D. Grayscale: #888888. Windows color (decimal): -9398654 or 8558192. OLE color: 8558192.

HSL color Cylindrical-coordinate representation of color #709682: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709682 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 130 -
CMYK 0.25 0 0.13 0.41
HSL 148.42º 0.15% 0.51% -
HSV(B) 148.42º 0.25% 0.59% -
XYZ 21.62 26.87 25.17 -
YUV 136.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 112 150 130 0.25 0 0.13 0.41 148.42 0.15 0.51
Hex 70 96 82 19 0 D 29 94 F 33
Octal 160 226 202 31 0 15 51 224 17 63
Binary 1110000 10010110 10000010 11001 0 1101 101001 10010100 1111 110011

Color Harmonies of #709682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709682

Black with #709682

Text Example


Text Example

White with #709682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709682; }

 p { color: rgb(112,150,130); }

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

background-color css

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

 a { background-color: rgb(112,150,130); }

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

border-color css

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

 span { border-color: rgb(112,150,130); }

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