#609378

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

Shades of Patina #609378

Tints of Patina #609378

Color information

#609378 (or 0x609378) is unknown color: approx Patina. HEX triplet: 60, 93 and 78. RGB value is (96,147,120). Sum of RGB (Red+Green+Blue) = 96+147+120=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #609378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609378 is #9F6C87. Grayscale: #808080. Windows color (decimal): -10448008 or 7902048. OLE color: 7902048.

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

Color convert

RGB96147120-
CMYK0.3500.180.42
HSL148.24º20.99%47.65%-
HSV(B)148.24º34.69%57.65%-
XYZ18.6524.7121.56-
YUV128.67123.1104.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=26.45%
G=40.50%
B=33.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471200.3500.180.42148.2420.9947.65
Hex609378230122A941530
Octal14022317043022522242560
Binary11000001001001111110001000110100101010101001010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609378; }

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

 H1.HeaderClassName
 {
   color: #609378;
 }
 .AnyTagClassName
 {
   color: #609378;
 }
</style>
background-color css

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

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

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

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

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

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