Html Css Color HEX #609187 Patina

📋 copy color: '#609187'

red 96 ◦ green 145 ◦ blue 135

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

Shades of Patina #609187

Tints of Patina #609187

RGB

 RED value IS 96 (37.89% from 255) = 25.53%

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 25.53%
G = 38.56%
B = 35.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#609187 (or 0x609187) is known color: Patina. HEX triplet: 60, 91 and 87. RGB value is (96,145,135). Sum of RGB (Red+Green+Blue) = 96+145+135=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #609187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609187 is #9F6E78. Grayscale: #818181. Windows color (decimal): -10448505 or 8884576. OLE color: 8884576.

HSL color Cylindrical-coordinate representation of color #609187: hue angle of 167.76º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609187 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 135 -
CMYK 0.34 0 0.07 0.43
HSL 167.76º 0.2% 0.47% -
HSV(B) 167.76º 0.34% 0.57% -
XYZ 19.32 24.49 26.63 -
YUV 129.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 96 145 135 0.34 0 0.07 0.43 167.76 0.2 0.47
Hex 60 91 87 22 0 7 2B A8 14 2F
Octal 140 221 207 42 0 7 53 250 24 57
Binary 1100000 10010001 10000111 100010 0 111 101011 10101000 10100 101111

Color Harmonies of #609187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609187

Black with #609187

Text Example


Text Example

White with #609187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609187; }

 p { color: rgb(96,145,135); }

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

background-color css

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

 a { background-color: rgb(96,145,135); }

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

border-color css

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

 span { border-color: rgb(96,145,135); }

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