Html Css Color HEX #609180 Patina

📋 copy color: '#609180'

red 96 ◦ green 145 ◦ blue 128

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

Shades of Patina #609180

Tints of Patina #609180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 26.02%
G = 39.3%
B = 34.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#609180 (or 0x609180) is known color: Patina. HEX triplet: 60, 91 and 80. RGB value is (96,145,128). Sum of RGB (Red+Green+Blue) = 96+145+128=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #609180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609180 is #9F6E7F. Grayscale: #808080. Windows color (decimal): -10448512 or 8425824. OLE color: 8425824.

HSL color Cylindrical-coordinate representation of color #609180: hue angle of 159.18º 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 #609180 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 128 -
CMYK 0.34 0 0.12 0.43
HSL 159.18º 0.2% 0.47% -
HSV(B) 159.18º 0.34% 0.57% -
XYZ 18.85 24.3 24.12 -
YUV 128.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 96 145 128 0.34 0 0.12 0.43 159.18 0.2 0.47
Hex 60 91 80 22 0 C 2B 9F 14 2F
Octal 140 221 200 42 0 14 53 237 24 57
Binary 1100000 10010001 10000000 100010 0 1100 101011 10011111 10100 101111

Color Harmonies of #609180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609180

Black with #609180

Text Example


Text Example

White with #609180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609180; }

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

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

background-color css

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

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

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

border-color css

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

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

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