Html Css Color HEX #609580 Patina

📋 copy color: '#609580'

red 96 ◦ green 149 ◦ blue 128

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

Shades of Patina #609580

Tints of Patina #609580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 25.74%
G = 39.95%
B = 34.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#609580 (or 0x609580) is known color: Patina. HEX triplet: 60, 95 and 80. RGB value is (96,149,128). Sum of RGB (Red+Green+Blue) = 96+149+128=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #609580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609580 is #9F6A7F. Grayscale: #828282. Windows color (decimal): -10447488 or 8426848. OLE color: 8426848.

HSL color Cylindrical-coordinate representation of color #609580: hue angle of 156.23º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609580 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 128 -
CMYK 0.36 0 0.14 0.42
HSL 156.23º 0.22% 0.48% -
HSV(B) 156.23º 0.36% 0.58% -
XYZ 19.47 25.54 24.33 -
YUV 130.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 96 149 128 0.36 0 0.14 0.42 156.23 0.22 0.48
Hex 60 95 80 24 0 E 2A 9C 16 30
Octal 140 225 200 44 0 16 52 234 26 60
Binary 1100000 10010101 10000000 100100 0 1110 101010 10011100 10110 110000

Color Harmonies of #609580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609580

Black with #609580

Text Example


Text Example

White with #609580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609580; }

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

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

background-color css

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

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

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

border-color css

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

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

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