Html Css Color HEX #609079 Patina

📋 copy color: '#609079'

red 96 ◦ green 144 ◦ blue 121

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

Shades of Patina #609079

Tints of Patina #609079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 26.59%
G = 39.89%
B = 33.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#609079 (or 0x609079) is known color: Patina. HEX triplet: 60, 90 and 79. RGB value is (96,144,121). Sum of RGB (Red+Green+Blue) = 96+144+121=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #609079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609079 is #9F6F86. Grayscale: #7F7F7F. Windows color (decimal): -10448775 or 7966816. OLE color: 7966816.

HSL color Cylindrical-coordinate representation of color #609079: hue angle of 151.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609079 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 121 -
CMYK 0.33 0 0.16 0.44
HSL 151.25º 0.2% 0.47% -
HSV(B) 151.25º 0.33% 0.56% -
XYZ 18.25 23.81 21.72 -
YUV 127.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 96 144 121 0.33 0 0.16 0.44 151.25 0.2 0.47
Hex 60 90 79 21 0 10 2C 97 14 2F
Octal 140 220 171 41 0 20 54 227 24 57
Binary 1100000 10010000 1111001 100001 0 10000 101100 10010111 10100 101111

Color Harmonies of #609079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609079

Black with #609079

Text Example


Text Example

White with #609079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609079; }

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

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

background-color css

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

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

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

border-color css

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

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

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