Html Css Color HEX #609679 Patina

📋 copy color: '#609679'

red 96 ◦ green 150 ◦ blue 121

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

Shades of Patina #609679

Tints of Patina #609679

RGB

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

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

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

R = 26.16%
G = 40.87%
B = 32.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#609679 (or 0x609679) is known color: Patina. HEX triplet: 60, 96 and 79. RGB value is (96,150,121). Sum of RGB (Red+Green+Blue) = 96+150+121=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #609679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609679 is #9F6986. Grayscale: #828282. Windows color (decimal): -10447239 or 7968352. OLE color: 7968352.

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

Color convert

RGB 96 150 121 -
CMYK 0.36 0 0.19 0.41
HSL 147.78º 0.22% 0.48% -
HSV(B) 147.78º 0.36% 0.59% -
XYZ 19.18 25.68 22.03 -
YUV 130.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 96 150 121 0.36 0 0.19 0.41 147.78 0.22 0.48
Hex 60 96 79 24 0 13 29 94 16 30
Octal 140 226 171 44 0 23 51 224 26 60
Binary 1100000 10010110 1111001 100100 0 10011 101001 10010100 10110 110000

Color Harmonies of #609679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609679

Black with #609679

Text Example


Text Example

White with #609679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609679; }

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

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

background-color css

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

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

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

border-color css

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

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

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