Html Css Color HEX #609D8A Patina

📋 copy color: '#609D8A'

red 96 ◦ green 157 ◦ blue 138

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

Shades of Patina #609D8A

Tints of Patina #609D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 24.55%
G = 40.15%
B = 35.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#609D8A (or 0x609D8A) is known color: Patina. HEX triplet: 60, 9D and 8A. RGB value is (96,157,138). Sum of RGB (Red+Green+Blue) = 96+157+138=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #609D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D8A is #9F6275. Grayscale: #888888. Windows color (decimal): -10445430 or 9084256. OLE color: 9084256.

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

Color convert

RGB 96 157 138 -
CMYK 0.39 0 0.12 0.38
HSL 161.31º 0.24% 0.5% -
HSV(B) 161.31º 0.39% 0.62% -
XYZ 21.47 28.44 28.4 -
YUV 136.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 96 157 138 0.39 0 0.12 0.38 161.31 0.24 0.5
Hex 60 9D 8A 27 0 C 26 A1 18 32
Octal 140 235 212 47 0 14 46 241 30 62
Binary 1100000 10011101 10001010 100111 0 1100 100110 10100001 11000 110010

Color Harmonies of #609D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D8A

Black with #609D8A

Text Example


Text Example

White with #609D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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