Html Css Color HEX #609781 Patina

📋 copy color: '#609781'

red 96 ◦ green 151 ◦ blue 129

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

Shades of Patina #609781

Tints of Patina #609781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 25.53%
G = 40.16%
B = 34.31%

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

#609781 (or 0x609781) is known color: Patina. HEX triplet: 60, 97 and 81. RGB value is (96,151,129). Sum of RGB (Red+Green+Blue) = 96+151+129=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #609781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609781 is #9F687E. Grayscale: #848484. Windows color (decimal): -10446975 or 8492896. OLE color: 8492896.

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

Color convert

RGB 96 151 129 -
CMYK 0.36 0 0.15 0.41
HSL 156º 0.22% 0.48% -
HSV(B) 156º 0.36% 0.59% -
XYZ 19.85 26.2 24.78 -
YUV 132.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 96 151 129 0.36 0 0.15 0.41 156 0.22 0.48
Hex 60 97 81 24 0 F 29 9C 16 30
Octal 140 227 201 44 0 17 51 234 26 60
Binary 1100000 10010111 10000001 100100 0 1111 101001 10011100 10110 110000

Color Harmonies of #609781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609781

Black with #609781

Text Example


Text Example

White with #609781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609781; }

 p { color: rgb(96,151,129); }

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

background-color css

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

 a { background-color: rgb(96,151,129); }

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

border-color css

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

 span { border-color: rgb(96,151,129); }

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