Html Css Color HEX #609689 Patina

📋 copy color: '#609689'

red 96 ◦ green 150 ◦ blue 137

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

Shades of Patina #609689

Tints of Patina #609689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 25.07%
G = 39.16%
B = 35.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#609689 (or 0x609689) is known color: Patina. HEX triplet: 60, 96 and 89. RGB value is (96,150,137). Sum of RGB (Red+Green+Blue) = 96+150+137=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #609689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609689 is #9F6976. Grayscale: #848484. Windows color (decimal): -10447223 or 9016928. OLE color: 9016928.

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

Color convert

RGB 96 150 137 -
CMYK 0.36 0 0.09 0.41
HSL 165.56º 0.22% 0.48% -
HSV(B) 165.56º 0.36% 0.59% -
XYZ 20.25 26.11 27.64 -
YUV 132.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 96 150 137 0.36 0 0.09 0.41 165.56 0.22 0.48
Hex 60 96 89 24 0 9 29 A6 16 30
Octal 140 226 211 44 0 11 51 246 26 60
Binary 1100000 10010110 10001001 100100 0 1001 101001 10100110 10110 110000

Color Harmonies of #609689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609689

Black with #609689

Text Example


Text Example

White with #609689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609689; }

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

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

background-color css

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

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

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

border-color css

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

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

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