#61988D

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

Shades of Patina #61988D

Tints of Patina #61988D

Color information

#61988D (or 0x61988D) is unknown color: approx Patina. HEX triplet: 61, 98 and 8D. RGB value is (97,152,141). Sum of RGB (Red+Green+Blue) = 97+152+141=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #61988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988D is #9E6772. Grayscale: #868686. Windows color (decimal): -10381171 or 9279585. OLE color: 9279585.

HSL color Cylindrical-coordinate representation of color #61988D: hue angle of 168º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61988D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB97152141-
CMYK0.3600.070.40
HSL168º22.09%48.82%-
HSV(B)168º36.18%59.61%-
XYZ20.9726.9229.29-
YUV134.3131.78101.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=24.87%
G=38.97%
B=36.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521410.3600.070.4016822.0948.82
Hex61988D240728a81631
Octal1412302154407502502661
Binary1100001100110001000110110010001111010001010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61988D; }

 p { color: rgb(97,152,141); }

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

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

 a { background-color: rgb(97,152,141); }

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

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

 span { border-color: rgb(97,152,141); }

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