#609277

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

Shades of Patina #609277

Tints of Patina #609277

Color information

#609277 (or 0x609277) is unknown color: approx Patina. HEX triplet: 60, 92 and 77. RGB value is (96,146,119). Sum of RGB (Red+Green+Blue) = 96+146+119=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #609277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609277 is #9F6D88. Grayscale: #808080. Windows color (decimal): -10448265 or 7836256. OLE color: 7836256.

HSL color Cylindrical-coordinate representation of color #609277: hue angle of 147.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609277 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB96146119-
CMYK0.3400.180.43
HSL147.6º20.66%47.45%-
HSV(B)147.6º34.25%57.25%-
XYZ18.4324.3821.19-
YUV127.97122.94105.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=26.59%
G=40.44%
B=32.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461190.3400.180.43147.620.6647.45
Hex609277220122B94152f
Octal14022216742022532242557
Binary11000001001001011101111000100100101010111001010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609277; }

 p { color: rgb(96,146,119); }

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

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

 a { background-color: rgb(96,146,119); }

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

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

 span { border-color: rgb(96,146,119); }

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