#61987F

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

Shades of Patina #61987F

Tints of Patina #61987F

Color information

#61987F (or 0x61987F) is unknown color: approx Patina. HEX triplet: 61, 98 and 7F. RGB value is (97,152,127). Sum of RGB (Red+Green+Blue) = 97+152+127=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #61987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987F is #9E6780. Grayscale: #848484. Windows color (decimal): -10381185 or 8362081. OLE color: 8362081.

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

Color convert

RGB97152127-
CMYK0.3600.160.40
HSL152.73º22.09%48.82%-
HSV(B)152.73º36.18%59.61%-
XYZ19.9926.5324.15-
YUV132.7124.78102.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 127 (50% from 255) = 33.78%
R=25.80%
G=40.43%
B=33.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521270.3600.160.40152.7322.0948.82
Hex61987F2401028991631
Octal14123017744020502312661
Binary11000011001100011111111001000100001010001001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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