#61988F

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

Shades of Patina #61988F

Tints of Patina #61988F

Color information

#61988F (or 0x61988F) is unknown color: approx Patina. HEX triplet: 61, 98 and 8F. RGB value is (97,152,143). Sum of RGB (Red+Green+Blue) = 97+152+143=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #61988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988F is #9E6770. Grayscale: #868686. Windows color (decimal): -10381169 or 9410657. OLE color: 9410657.

HSL color Cylindrical-coordinate representation of color #61988F: hue angle of 170.18º 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 #61988F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB97152143-
CMYK0.3600.060.40
HSL170.18º22.09%48.82%-
HSV(B)170.18º36.18%59.61%-
XYZ21.1226.9830.08-
YUV134.53132.78101.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=24.74%
G=38.78%
B=36.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521430.3600.060.40170.1822.0948.82
Hex61988F240628aa1631
Octal1412302174406502522661
Binary1100001100110001000111110010001101010001010101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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