#618983

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

Shades of Patina #618983

Tints of Patina #618983

Color information

#618983 (or 0x618983) is unknown color: approx Patina. HEX triplet: 61, 89 and 83. RGB value is (97,137,131). Sum of RGB (Red+Green+Blue) = 97+137+131=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #618983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618983 is #9E767C. Grayscale: #7C7C7C. Windows color (decimal): -10385021 or 8620385. OLE color: 8620385.

HSL color Cylindrical-coordinate representation of color #618983: hue angle of 171º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618983 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB97137131-
CMYK0.2900.040.46
HSL171º17.09%45.88%-
HSV(B)171º29.2%53.73%-
XYZ17.9722.0724.79-
YUV124.36131.75108.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=26.58%
G=37.53%
B=35.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371310.2900.040.4617117.0945.88
Hex6189831D042Eab112e
Octal1412112033504562532156
Binary110000110001001100000111110101001011101010101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618983; }

 p { color: rgb(97,137,131); }

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

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

 a { background-color: rgb(97,137,131); }

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

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

 span { border-color: rgb(97,137,131); }

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