Html Css Color HEX #609379 Patina

📋 copy color: '#609379'

red 96 ◦ green 147 ◦ blue 121

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

Shades of Patina #609379

Tints of Patina #609379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

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

R = 26.37%
G = 40.38%
B = 33.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#609379 (or 0x609379) is known color: Patina. HEX triplet: 60, 93 and 79. RGB value is (96,147,121). Sum of RGB (Red+Green+Blue) = 96+147+121=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #609379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609379 is #9F6C86. Grayscale: #808080. Windows color (decimal): -10448007 or 7967584. OLE color: 7967584.

HSL color Cylindrical-coordinate representation of color #609379: hue angle of 149.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609379 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 121 -
CMYK 0.35 0 0.18 0.42
HSL 149.41º 0.21% 0.48% -
HSV(B) 149.41º 0.35% 0.58% -
XYZ 18.71 24.73 21.88 -
YUV 128.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 96 147 121 0.35 0 0.18 0.42 149.41 0.21 0.48
Hex 60 93 79 23 0 12 2A 95 15 30
Octal 140 223 171 43 0 22 52 225 25 60
Binary 1100000 10010011 1111001 100011 0 10010 101010 10010101 10101 110000

Color Harmonies of #609379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609379

Black with #609379

Text Example


Text Example

White with #609379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609379; }

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

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

background-color css

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

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

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

border-color css

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

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

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