#61978A

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

Shades of Patina #61978A

Tints of Patina #61978A

Color information

#61978A (or 0x61978A) is unknown color: approx Patina. HEX triplet: 61, 97 and 8A. RGB value is (97,151,138). Sum of RGB (Red+Green+Blue) = 97+151+138=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #61978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61978A is #9E6875. Grayscale: #858585. Windows color (decimal): -10381430 or 9082721. OLE color: 9082721.

HSL color Cylindrical-coordinate representation of color #61978A: hue angle of 165.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61978A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB97151138-
CMYK0.3600.090.41
HSL165.56º21.77%48.63%-
HSV(B)165.56º35.76%59.22%-
XYZ20.5826.5128.08-
YUV133.37130.61102.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=25.13%
G=39.12%
B=35.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511380.3600.090.41165.5621.7748.63
Hex61978A240929a61631
Octal14122721244011512462661
Binary11000011001011110001010100100010011010011010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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