Html Css Color HEX #609380 Patina

📋 copy color: '#609380'

red 96 ◦ green 147 ◦ blue 128

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

Shades of Patina #609380

Tints of Patina #609380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 25.88%
G = 39.62%
B = 34.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#609380 (or 0x609380) is known color: Patina. HEX triplet: 60, 93 and 80. RGB value is (96,147,128). Sum of RGB (Red+Green+Blue) = 96+147+128=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #609380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609380 is #9F6C7F. Grayscale: #818181. Windows color (decimal): -10448000 or 8426336. OLE color: 8426336.

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

Color convert

RGB 96 147 128 -
CMYK 0.35 0 0.13 0.42
HSL 157.65º 0.21% 0.48% -
HSV(B) 157.65º 0.35% 0.58% -
XYZ 19.15 24.91 24.22 -
YUV 129.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 96 147 128 0.35 0 0.13 0.42 157.65 0.21 0.48
Hex 60 93 80 23 0 D 2A 9E 15 30
Octal 140 223 200 43 0 15 52 236 25 60
Binary 1100000 10010011 10000000 100011 0 1101 101010 10011110 10101 110000

Color Harmonies of #609380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609380

Black with #609380

Text Example


Text Example

White with #609380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609380; }

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

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

background-color css

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

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

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

border-color css

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

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

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