Html Css Color HEX #609B90 Patina

📋 copy color: '#609B90'

red 96 ◦ green 155 ◦ blue 144

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

Shades of Patina #609B90

Tints of Patina #609B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 24.3%
G = 39.24%
B = 36.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#609B90 (or 0x609B90) is known color: Patina. HEX triplet: 60, 9B and 90. RGB value is (96,155,144). Sum of RGB (Red+Green+Blue) = 96+155+144=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #609B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609B90 is #9F646F. Grayscale: #888888. Windows color (decimal): -10445936 or 9476960. OLE color: 9476960.

HSL color Cylindrical-coordinate representation of color #609B90: hue angle of 168.81º 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 #609B90 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 144 -
CMYK 0.38 0 0.07 0.39
HSL 168.81º 0.24% 0.49% -
HSV(B) 168.81º 0.38% 0.61% -
XYZ 21.58 27.94 30.64 -
YUV 136.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 96 155 144 0.38 0 0.07 0.39 168.81 0.24 0.49
Hex 60 9B 90 26 0 7 27 A9 18 31
Octal 140 233 220 46 0 7 47 251 30 61
Binary 1100000 10011011 10010000 100110 0 111 100111 10101001 11000 110001

Color Harmonies of #609B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B90

Black with #609B90

Text Example


Text Example

White with #609B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,155,144); }

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

background-color css

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

 a { background-color: rgb(96,155,144); }

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

border-color css

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

 span { border-color: rgb(96,155,144); }

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