Html Css Color HEX #609D85 Patina

📋 copy color: '#609D85'

red 96 ◦ green 157 ◦ blue 133

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

Shades of Patina #609D85

Tints of Patina #609D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 24.87%
G = 40.67%
B = 34.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#609D85 (or 0x609D85) is known color: Patina. HEX triplet: 60, 9D and 85. RGB value is (96,157,133). Sum of RGB (Red+Green+Blue) = 96+157+133=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #609D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D85 is #9F627A. Grayscale: #888888. Windows color (decimal): -10445435 or 8756576. OLE color: 8756576.

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

Color convert

RGB 96 157 133 -
CMYK 0.39 0 0.15 0.38
HSL 156.39º 0.24% 0.5% -
HSV(B) 156.39º 0.39% 0.62% -
XYZ 21.11 28.29 26.54 -
YUV 136.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 96 157 133 0.39 0 0.15 0.38 156.39 0.24 0.5
Hex 60 9D 85 27 0 F 26 9C 18 32
Octal 140 235 205 47 0 17 46 234 30 62
Binary 1100000 10011101 10000101 100111 0 1111 100110 10011100 11000 110010

Color Harmonies of #609D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D85

Black with #609D85

Text Example


Text Example

White with #609D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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