Html Css Color HEX #609185 Patina

📋 copy color: '#609185'

red 96 ◦ green 145 ◦ blue 133

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

Shades of Patina #609185

Tints of Patina #609185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 25.67%
G = 38.77%
B = 35.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#609185 (or 0x609185) is known color: Patina. HEX triplet: 60, 91 and 85. RGB value is (96,145,133). Sum of RGB (Red+Green+Blue) = 96+145+133=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #609185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609185 is #9F6E7A. Grayscale: #808080. Windows color (decimal): -10448507 or 8753504. OLE color: 8753504.

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

Color convert

RGB 96 145 133 -
CMYK 0.34 0 0.08 0.43
HSL 165.31º 0.2% 0.47% -
HSV(B) 165.31º 0.34% 0.57% -
XYZ 19.18 24.43 25.89 -
YUV 128.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 96 145 133 0.34 0 0.08 0.43 165.31 0.2 0.47
Hex 60 91 85 22 0 8 2B A5 14 2F
Octal 140 221 205 42 0 10 53 245 24 57
Binary 1100000 10010001 10000101 100010 0 1000 101011 10100101 10100 101111

Color Harmonies of #609185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609185

Black with #609185

Text Example


Text Example

White with #609185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609185; }

 p { color: rgb(96,145,133); }

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

background-color css

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

 a { background-color: rgb(96,145,133); }

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

border-color css

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

 span { border-color: rgb(96,145,133); }

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