#609478

Color #609478 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #609478

Tints of Patina #609478

Color information

#609478 (or 0x609478) is unknown color: approx 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

RGB96148120-
CMYK0.3500.190.42
HSL147.69º21.31%47.84%-
HSV(B)147.69º35.14%58.04%-
XYZ18.825.0221.61-
YUV129.26122.77104.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481200.3500.190.42147.6921.3147.84
Hex609478230132A941530
Octal14022417043023522242560
Binary11000001001010011110001000110100111010101001010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>