Html Css Color HEX #609389 Patina

📋 copy color: '#609389'

red 96 ◦ green 147 ◦ blue 137

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

Shades of Patina #609389

Tints of Patina #609389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 25.26%
G = 38.68%
B = 36.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#609389 (or 0x609389) is known color: Patina. HEX triplet: 60, 93 and 89. RGB value is (96,147,137). Sum of RGB (Red+Green+Blue) = 96+147+137=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #609389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609389 is #9F6C76. Grayscale: #828282. Windows color (decimal): -10447991 or 9016160. OLE color: 9016160.

HSL color Cylindrical-coordinate representation of color #609389: hue angle of 168.24º 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 #609389 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 137 -
CMYK 0.35 0 0.07 0.42
HSL 168.24º 0.21% 0.48% -
HSV(B) 168.24º 0.35% 0.58% -
XYZ 19.77 25.16 27.48 -
YUV 130.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 96 147 137 0.35 0 0.07 0.42 168.24 0.21 0.48
Hex 60 93 89 23 0 7 2A A8 15 30
Octal 140 223 211 43 0 7 52 250 25 60
Binary 1100000 10010011 10001001 100011 0 111 101010 10101000 10101 110000

Color Harmonies of #609389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609389

Black with #609389

Text Example


Text Example

White with #609389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609389; }

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

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

background-color css

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

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

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

border-color css

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

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

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