Html Css Color HEX #609289 Patina

📋 copy color: '#609289'

red 96 ◦ green 146 ◦ blue 137

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

Shades of Patina #609289

Tints of Patina #609289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 25.33%
G = 38.52%
B = 36.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#609289 (or 0x609289) is known color: Patina. HEX triplet: 60, 92 and 89. RGB value is (96,146,137). Sum of RGB (Red+Green+Blue) = 96+146+137=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #609289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609289 is #9F6D76. Grayscale: #828282. Windows color (decimal): -10448247 or 9015904. OLE color: 9015904.

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

Color convert

RGB 96 146 137 -
CMYK 0.34 0 0.06 0.43
HSL 169.2º 0.21% 0.47% -
HSV(B) 169.2º 0.34% 0.57% -
XYZ 19.62 24.85 27.43 -
YUV 130.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 96 146 137 0.34 0 0.06 0.43 169.2 0.21 0.47
Hex 60 92 89 22 0 6 2B A9 15 2F
Octal 140 222 211 42 0 6 53 251 25 57
Binary 1100000 10010010 10001001 100010 0 110 101011 10101001 10101 101111

Color Harmonies of #609289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609289

Black with #609289

Text Example


Text Example

White with #609289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609289; }

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

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

background-color css

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

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

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

border-color css

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

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

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