Html Css Color HEX #609680 Patina

📋 copy color: '#609680'

red 96 ◦ green 150 ◦ blue 128

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

Shades of Patina #609680

Tints of Patina #609680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 25.67%
G = 40.11%
B = 34.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#609680 (or 0x609680) is known color: Patina. HEX triplet: 60, 96 and 80. RGB value is (96,150,128). Sum of RGB (Red+Green+Blue) = 96+150+128=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #609680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609680 is #9F697F. Grayscale: #838383. Windows color (decimal): -10447232 or 8427104. OLE color: 8427104.

HSL color Cylindrical-coordinate representation of color #609680: hue angle of 155.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 #609680 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 128 -
CMYK 0.36 0 0.15 0.41
HSL 155.56º 0.22% 0.48% -
HSV(B) 155.56º 0.36% 0.59% -
XYZ 19.63 25.86 24.38 -
YUV 131.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 96 150 128 0.36 0 0.15 0.41 155.56 0.22 0.48
Hex 60 96 80 24 0 F 29 9C 16 30
Octal 140 226 200 44 0 17 51 234 26 60
Binary 1100000 10010110 10000000 100100 0 1111 101001 10011100 10110 110000

Color Harmonies of #609680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609680

Black with #609680

Text Example


Text Example

White with #609680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609680; }

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

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

background-color css

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

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

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

border-color css

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

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

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