Html Css Color HEX #609478 Patina

📋 copy color: '#609478'

red 96 ◦ green 148 ◦ blue 120

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

Shades of Patina #609478

Tints of Patina #609478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 26.37%
G = 40.66%
B = 32.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#609478 (or 0x609478) is known color: Patina. HEX triplet: 60, 94 and 78. RGB value is (96,148,120). Sum of RGB (Red+Green+Blue) = 96+148+120=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #609478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609478 is #9F6B87. Grayscale: #818181. Windows color (decimal): -10447752 or 7902304. OLE color: 7902304.

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

Color convert

RGB 96 148 120 -
CMYK 0.35 0 0.19 0.42
HSL 147.69º 0.21% 0.48% -
HSV(B) 147.69º 0.35% 0.58% -
XYZ 18.8 25.02 21.61 -
YUV 129.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 96 148 120 0.35 0 0.19 0.42 147.69 0.21 0.48
Hex 60 94 78 23 0 13 2A 94 15 30
Octal 140 224 170 43 0 23 52 224 25 60
Binary 1100000 10010100 1111000 100011 0 10011 101010 10010100 10101 110000

Color Harmonies of #609478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609478

Black with #609478

Text Example


Text Example

White with #609478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609478; }

 p { color: rgb(96,148,120); }

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

background-color css

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

 a { background-color: rgb(96,148,120); }

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

border-color css

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

 span { border-color: rgb(96,148,120); }

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