Html Css Color HEX #609C89 Patina

📋 copy color: '#609C89'

red 96 ◦ green 156 ◦ blue 137

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

Shades of Patina #609C89

Tints of Patina #609C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

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

R = 24.68%
G = 40.1%
B = 35.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#609C89 (or 0x609C89) is known color: Patina. HEX triplet: 60, 9C and 89. RGB value is (96,156,137). Sum of RGB (Red+Green+Blue) = 96+156+137=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #609C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C89 is #9F6376. Grayscale: #878787. Windows color (decimal): -10445687 or 9018464. OLE color: 9018464.

HSL color Cylindrical-coordinate representation of color #609C89: hue angle of 161º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C89 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 156 137 -
CMYK 0.38 0 0.12 0.39
HSL 161º 0.24% 0.49% -
HSV(B) 161º 0.38% 0.61% -
XYZ 21.23 28.07 27.97 -
YUV 135.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 96 156 137 0.38 0 0.12 0.39 161 0.24 0.49
Hex 60 9C 89 26 0 C 27 A1 18 31
Octal 140 234 211 46 0 14 47 241 30 61
Binary 1100000 10011100 10001001 100110 0 1100 100111 10100001 11000 110001

Color Harmonies of #609C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C89

Black with #609C89

Text Example


Text Example

White with #609C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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