#61988A

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

Shades of Patina #61988A

Tints of Patina #61988A

Color information

#61988A (or 0x61988A) is unknown color: approx Patina. HEX triplet: 61, 98 and 8A. RGB value is (97,152,138). Sum of RGB (Red+Green+Blue) = 97+152+138=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #61988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988A is #9E6775. Grayscale: #858585. Windows color (decimal): -10381174 or 9082977. OLE color: 9082977.

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

Color convert

RGB97152138-
CMYK0.3600.090.40
HSL164.73º22.09%48.82%-
HSV(B)164.73º36.18%59.61%-
XYZ20.7526.8328.13-
YUV133.96130.28101.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=25.06%
G=39.28%
B=35.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521380.3600.090.40164.7322.0948.82
Hex61988A240928a51631
Octal14123021244011502452661
Binary11000011001100010001010100100010011010001010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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