Html Css Color HEX #609179 Patina

📋 copy color: '#609179'

red 96 ◦ green 145 ◦ blue 121

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

Shades of Patina #609179

Tints of Patina #609179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 26.52%
G = 40.06%
B = 33.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#609179 (or 0x609179) is known color: Patina. HEX triplet: 60, 91 and 79. RGB value is (96,145,121). Sum of RGB (Red+Green+Blue) = 96+145+121=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #609179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609179 is #9F6E86. Grayscale: #7F7F7F. Windows color (decimal): -10448519 or 7967072. OLE color: 7967072.

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

Color convert

RGB 96 145 121 -
CMYK 0.34 0 0.17 0.43
HSL 150.61º 0.2% 0.47% -
HSV(B) 150.61º 0.34% 0.57% -
XYZ 18.4 24.12 21.77 -
YUV 127.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 96 145 121 0.34 0 0.17 0.43 150.61 0.2 0.47
Hex 60 91 79 22 0 11 2B 97 14 2F
Octal 140 221 171 42 0 21 53 227 24 57
Binary 1100000 10010001 1111001 100010 0 10001 101011 10010111 10100 101111

Color Harmonies of #609179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609179

Black with #609179

Text Example


Text Example

White with #609179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609179; }

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

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

background-color css

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

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

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

border-color css

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

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

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